react-native-radar 3.30.0-beta.2 → 3.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/android/build.gradle +1 -1
  2. package/android/src/newarch/java/com/radar/RadarModule.kt +1 -1
  3. package/android/src/oldarch/java/com/radar/RadarModule.java +1 -1
  4. package/dist/version.d.ts +1 -1
  5. package/dist/version.js +1 -1
  6. package/ios/RNRadar.mm +1 -1
  7. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/Radar-Swift.h +7 -0
  8. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/Radar.h +1380 -0
  9. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarAddress.h +172 -0
  10. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarBeacon.h +75 -0
  11. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarChain.h +44 -0
  12. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarCircleGeometry.h +27 -0
  13. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarContext.h +65 -0
  14. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarCoordinate.h +23 -0
  15. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarDelegate.h +67 -0
  16. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarEvent.h +209 -0
  17. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarFraud.h +73 -0
  18. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarGeofence.h +57 -0
  19. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarGeofenceGeometry.h +15 -0
  20. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarInAppMessage.h +18 -0
  21. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarInAppMessageDelegate.h +53 -0
  22. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarIndoorsProtocol.h +23 -0
  23. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarInitializeOptions.h +22 -0
  24. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarMotionProtocol.h +28 -0
  25. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarOperatingHours.h +15 -0
  26. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarPlace.h +85 -0
  27. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarPolygonGeometry.h +31 -0
  28. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRegion.h +82 -0
  29. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRoute.h +42 -0
  30. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRouteDistance.h +31 -0
  31. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRouteDuration.h +31 -0
  32. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRouteGeometry.h +28 -0
  33. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRouteMatrix.h +34 -0
  34. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRouteMode.h +32 -0
  35. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarRoutes.h +54 -0
  36. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarSDK-Swift.h +364 -0
  37. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarSDK.h +45 -0
  38. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarSdkConfiguration.h +56 -0
  39. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarSegment.h +32 -0
  40. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarTimeZone.h +52 -0
  41. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarTrackingOptions.h +204 -0
  42. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarTrip.h +97 -0
  43. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarTripOptions.h +75 -0
  44. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarTripOrder.h +91 -0
  45. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarUser.h +164 -0
  46. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarVerifiedDelegate.h +31 -0
  47. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Headers/RadarVerifiedLocationToken.h +66 -0
  48. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Info.plist +0 -0
  49. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios.abi.json +3608 -0
  50. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +82 -0
  51. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  52. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios.swiftinterface +82 -0
  53. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/Modules/module.modulemap +11 -0
  54. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/PrivacyInfo.xcprivacy +106 -0
  55. package/ios/RadarSDK.xcframework/ios-arm64/RadarSDK.framework/RadarSDK +0 -0
  56. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/Radar-Swift.h +7 -0
  57. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/Radar.h +1380 -0
  58. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarAddress.h +172 -0
  59. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarBeacon.h +75 -0
  60. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarChain.h +44 -0
  61. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarCircleGeometry.h +27 -0
  62. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarContext.h +65 -0
  63. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarCoordinate.h +23 -0
  64. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarDelegate.h +67 -0
  65. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarEvent.h +209 -0
  66. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarFraud.h +73 -0
  67. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarGeofence.h +57 -0
  68. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarGeofenceGeometry.h +15 -0
  69. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarInAppMessage.h +18 -0
  70. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarInAppMessageDelegate.h +53 -0
  71. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarIndoorsProtocol.h +23 -0
  72. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarInitializeOptions.h +22 -0
  73. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarMotionProtocol.h +28 -0
  74. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarOperatingHours.h +15 -0
  75. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarPlace.h +85 -0
  76. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarPolygonGeometry.h +31 -0
  77. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRegion.h +82 -0
  78. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRoute.h +42 -0
  79. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRouteDistance.h +31 -0
  80. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRouteDuration.h +31 -0
  81. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRouteGeometry.h +28 -0
  82. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRouteMatrix.h +34 -0
  83. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRouteMode.h +32 -0
  84. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarRoutes.h +54 -0
  85. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarSDK-Swift.h +724 -0
  86. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarSDK.h +45 -0
  87. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarSdkConfiguration.h +56 -0
  88. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarSegment.h +32 -0
  89. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarTimeZone.h +52 -0
  90. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarTrackingOptions.h +204 -0
  91. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarTrip.h +97 -0
  92. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarTripOptions.h +75 -0
  93. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarTripOrder.h +91 -0
  94. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarUser.h +164 -0
  95. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarVerifiedDelegate.h +31 -0
  96. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Headers/RadarVerifiedLocationToken.h +66 -0
  97. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Info.plist +0 -0
  98. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +3608 -0
  99. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +82 -0
  100. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  101. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +82 -0
  102. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +3608 -0
  103. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +82 -0
  104. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  105. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/RadarSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +82 -0
  106. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/Modules/module.modulemap +11 -0
  107. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/PrivacyInfo.xcprivacy +106 -0
  108. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/RadarSDK +0 -0
  109. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/_CodeSignature/CodeDirectory +0 -0
  110. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/_CodeSignature/CodeRequirements +0 -0
  111. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/_CodeSignature/CodeResources +685 -0
  112. package/ios/RadarSDK.xcframework/ios-arm64_x86_64-simulator/RadarSDK.framework/_CodeSignature/CodeSignature +0 -0
  113. package/ios/RadarSDKMotion.xcframework/ios-arm64/RadarSDKMotion.framework/Headers/RadarSDKMotion.h +38 -0
  114. package/ios/RadarSDKMotion.xcframework/ios-arm64/RadarSDKMotion.framework/Info.plist +0 -0
  115. package/ios/RadarSDKMotion.xcframework/ios-arm64/RadarSDKMotion.framework/Modules/module.modulemap +6 -0
  116. package/ios/RadarSDKMotion.xcframework/ios-arm64/RadarSDKMotion.framework/RadarSDKMotion +0 -0
  117. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/Headers/RadarSDKMotion.h +38 -0
  118. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/Info.plist +0 -0
  119. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/Modules/module.modulemap +6 -0
  120. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/RadarSDKMotion +0 -0
  121. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/_CodeSignature/CodeDirectory +0 -0
  122. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/_CodeSignature/CodeRequirements +0 -0
  123. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/_CodeSignature/CodeResources +124 -0
  124. package/ios/RadarSDKMotion.xcframework/ios-arm64_x86_64-simulator/RadarSDKMotion.framework/_CodeSignature/CodeSignature +0 -0
  125. package/package.json +1 -1
  126. package/src/version.ts +1 -1
@@ -0,0 +1,3608 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "RadarSDK",
5
+ "printedName": "RadarSDK",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "SwiftUI",
10
+ "printedName": "SwiftUI",
11
+ "declKind": "Import",
12
+ "moduleName": "RadarSDK",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "Foundation",
20
+ "printedName": "Foundation",
21
+ "declKind": "Import",
22
+ "moduleName": "RadarSDK",
23
+ "declAttributes": [
24
+ "RawDocComment"
25
+ ]
26
+ },
27
+ {
28
+ "kind": "Import",
29
+ "name": "SwiftUI",
30
+ "printedName": "SwiftUI",
31
+ "declKind": "Import",
32
+ "moduleName": "RadarSDK"
33
+ },
34
+ {
35
+ "kind": "TypeDecl",
36
+ "name": "RadarInAppMessageDelegate",
37
+ "printedName": "RadarInAppMessageDelegate",
38
+ "children": [
39
+ {
40
+ "kind": "Function",
41
+ "name": "loadImage",
42
+ "printedName": "loadImage(_:)",
43
+ "children": [
44
+ {
45
+ "kind": "TypeNominal",
46
+ "name": "Optional",
47
+ "printedName": "UIKit.UIImage?",
48
+ "children": [
49
+ {
50
+ "kind": "TypeNominal",
51
+ "name": "UIImage",
52
+ "printedName": "UIKit.UIImage",
53
+ "usr": "c:objc(cs)UIImage"
54
+ }
55
+ ],
56
+ "usr": "s:Sq"
57
+ },
58
+ {
59
+ "kind": "TypeNominal",
60
+ "name": "String",
61
+ "printedName": "Swift.String",
62
+ "usr": "s:SS"
63
+ }
64
+ ],
65
+ "declKind": "Func",
66
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift(cm)loadImage:completionHandler:",
67
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateC9loadImageySo7UIImageCSgSSYaFZ",
68
+ "moduleName": "RadarSDK",
69
+ "static": true,
70
+ "intro_iOS": "13.0",
71
+ "declAttributes": [
72
+ "Final",
73
+ "Custom",
74
+ "AccessControl",
75
+ "Available",
76
+ "ObjC"
77
+ ],
78
+ "funcSelfKind": "NonMutating"
79
+ },
80
+ {
81
+ "kind": "Function",
82
+ "name": "createInAppMessageView",
83
+ "printedName": "createInAppMessageView(_:onDismiss:onInAppMessageClicked:completionHandler:)",
84
+ "children": [
85
+ {
86
+ "kind": "TypeNominal",
87
+ "name": "Void",
88
+ "printedName": "()"
89
+ },
90
+ {
91
+ "kind": "TypeNominal",
92
+ "name": "RadarInAppMessage",
93
+ "printedName": "RadarSDK.RadarInAppMessage",
94
+ "usr": "c:objc(cs)RadarInAppMessage"
95
+ },
96
+ {
97
+ "kind": "TypeFunc",
98
+ "name": "Function",
99
+ "printedName": "() -> ()",
100
+ "children": [
101
+ {
102
+ "kind": "TypeNominal",
103
+ "name": "Void",
104
+ "printedName": "()"
105
+ },
106
+ {
107
+ "kind": "TypeNominal",
108
+ "name": "Void",
109
+ "printedName": "()"
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "kind": "TypeFunc",
115
+ "name": "Function",
116
+ "printedName": "() -> ()",
117
+ "children": [
118
+ {
119
+ "kind": "TypeNominal",
120
+ "name": "Void",
121
+ "printedName": "()"
122
+ },
123
+ {
124
+ "kind": "TypeNominal",
125
+ "name": "Void",
126
+ "printedName": "()"
127
+ }
128
+ ]
129
+ },
130
+ {
131
+ "kind": "TypeFunc",
132
+ "name": "Function",
133
+ "printedName": "(UIKit.UIViewController) -> ()",
134
+ "children": [
135
+ {
136
+ "kind": "TypeNominal",
137
+ "name": "Void",
138
+ "printedName": "()"
139
+ },
140
+ {
141
+ "kind": "TypeNominal",
142
+ "name": "UIViewController",
143
+ "printedName": "UIKit.UIViewController",
144
+ "usr": "c:objc(cs)UIViewController"
145
+ }
146
+ ]
147
+ }
148
+ ],
149
+ "declKind": "Func",
150
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift(im)createInAppMessageView:onDismiss:onInAppMessageClicked:completionHandler:",
151
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateC06createcdE4View_9onDismiss0icdE7Clicked17completionHandlerySo0acdE0C_yycyycySo16UIViewControllerCctF",
152
+ "moduleName": "RadarSDK",
153
+ "isOpen": true,
154
+ "objc_name": "createInAppMessageView:onDismiss:onInAppMessageClicked:completionHandler:",
155
+ "declAttributes": [
156
+ "ObjC",
157
+ "Preconcurrency",
158
+ "Custom",
159
+ "AccessControl",
160
+ "RawDocComment"
161
+ ],
162
+ "funcSelfKind": "NonMutating"
163
+ },
164
+ {
165
+ "kind": "Function",
166
+ "name": "onInAppMessageButtonClicked",
167
+ "printedName": "onInAppMessageButtonClicked(_:)",
168
+ "children": [
169
+ {
170
+ "kind": "TypeNominal",
171
+ "name": "Void",
172
+ "printedName": "()"
173
+ },
174
+ {
175
+ "kind": "TypeNominal",
176
+ "name": "RadarInAppMessage",
177
+ "printedName": "RadarSDK.RadarInAppMessage",
178
+ "usr": "c:objc(cs)RadarInAppMessage"
179
+ }
180
+ ],
181
+ "declKind": "Func",
182
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift(im)onInAppMessageButtonClicked:",
183
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateC02oncdE13ButtonClickedyySo0acdE0CF",
184
+ "moduleName": "RadarSDK",
185
+ "isOpen": true,
186
+ "objc_name": "onInAppMessageButtonClicked:",
187
+ "declAttributes": [
188
+ "ObjC",
189
+ "Preconcurrency",
190
+ "Custom",
191
+ "AccessControl"
192
+ ],
193
+ "funcSelfKind": "NonMutating"
194
+ },
195
+ {
196
+ "kind": "Function",
197
+ "name": "onInAppMessageDismissed",
198
+ "printedName": "onInAppMessageDismissed(_:)",
199
+ "children": [
200
+ {
201
+ "kind": "TypeNominal",
202
+ "name": "Void",
203
+ "printedName": "()"
204
+ },
205
+ {
206
+ "kind": "TypeNominal",
207
+ "name": "RadarInAppMessage",
208
+ "printedName": "RadarSDK.RadarInAppMessage",
209
+ "usr": "c:objc(cs)RadarInAppMessage"
210
+ }
211
+ ],
212
+ "declKind": "Func",
213
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift(im)onInAppMessageDismissed:",
214
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateC02oncdE9DismissedyySo0acdE0CF",
215
+ "moduleName": "RadarSDK",
216
+ "isOpen": true,
217
+ "objc_name": "onInAppMessageDismissed:",
218
+ "declAttributes": [
219
+ "ObjC",
220
+ "Preconcurrency",
221
+ "Custom",
222
+ "AccessControl"
223
+ ],
224
+ "funcSelfKind": "NonMutating"
225
+ },
226
+ {
227
+ "kind": "Function",
228
+ "name": "onNewInAppMessage",
229
+ "printedName": "onNewInAppMessage(_:)",
230
+ "children": [
231
+ {
232
+ "kind": "TypeNominal",
233
+ "name": "Void",
234
+ "printedName": "()"
235
+ },
236
+ {
237
+ "kind": "TypeNominal",
238
+ "name": "RadarInAppMessage",
239
+ "printedName": "RadarSDK.RadarInAppMessage",
240
+ "usr": "c:objc(cs)RadarInAppMessage"
241
+ }
242
+ ],
243
+ "declKind": "Func",
244
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift(im)onNewInAppMessage:",
245
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateC05onNewcdE0yySo0acdE0CF",
246
+ "moduleName": "RadarSDK",
247
+ "isOpen": true,
248
+ "objc_name": "onNewInAppMessage:",
249
+ "declAttributes": [
250
+ "ObjC",
251
+ "Preconcurrency",
252
+ "Custom",
253
+ "AccessControl"
254
+ ],
255
+ "funcSelfKind": "NonMutating"
256
+ },
257
+ {
258
+ "kind": "Constructor",
259
+ "name": "init",
260
+ "printedName": "init()",
261
+ "children": [
262
+ {
263
+ "kind": "TypeNominal",
264
+ "name": "RadarInAppMessageDelegate",
265
+ "printedName": "RadarSDK.RadarInAppMessageDelegate",
266
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift"
267
+ }
268
+ ],
269
+ "declKind": "Constructor",
270
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift(im)init",
271
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateCACycfc",
272
+ "moduleName": "RadarSDK",
273
+ "overriding": true,
274
+ "implicit": true,
275
+ "objc_name": "init",
276
+ "declAttributes": [
277
+ "Dynamic",
278
+ "ObjC",
279
+ "Custom",
280
+ "Override"
281
+ ],
282
+ "init_kind": "Designated"
283
+ }
284
+ ],
285
+ "declKind": "Class",
286
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageDelegate_Swift",
287
+ "mangledName": "$s8RadarSDK0A20InAppMessageDelegateC",
288
+ "moduleName": "RadarSDK",
289
+ "isOpen": true,
290
+ "intro_iOS": "13.0",
291
+ "objc_name": "RadarInAppMessageDelegate_Swift",
292
+ "declAttributes": [
293
+ "AccessControl",
294
+ "Custom",
295
+ "ObjCMembers",
296
+ "ObjC",
297
+ "Available"
298
+ ],
299
+ "superclassUsr": "c:objc(cs)NSObject",
300
+ "inheritsConvenienceInitializers": true,
301
+ "superclassNames": [
302
+ "ObjectiveC.NSObject"
303
+ ],
304
+ "conformances": [
305
+ {
306
+ "kind": "Conformance",
307
+ "name": "Copyable",
308
+ "printedName": "Copyable",
309
+ "usr": "s:s8CopyableP",
310
+ "mangledName": "$ss8CopyableP"
311
+ },
312
+ {
313
+ "kind": "Conformance",
314
+ "name": "Escapable",
315
+ "printedName": "Escapable",
316
+ "usr": "s:s9EscapableP",
317
+ "mangledName": "$ss9EscapableP"
318
+ },
319
+ {
320
+ "kind": "Conformance",
321
+ "name": "Equatable",
322
+ "printedName": "Equatable",
323
+ "usr": "s:SQ",
324
+ "mangledName": "$sSQ"
325
+ },
326
+ {
327
+ "kind": "Conformance",
328
+ "name": "Hashable",
329
+ "printedName": "Hashable",
330
+ "usr": "s:SH",
331
+ "mangledName": "$sSH"
332
+ },
333
+ {
334
+ "kind": "Conformance",
335
+ "name": "CVarArg",
336
+ "printedName": "CVarArg",
337
+ "usr": "s:s7CVarArgP",
338
+ "mangledName": "$ss7CVarArgP"
339
+ },
340
+ {
341
+ "kind": "Conformance",
342
+ "name": "_KeyValueCodingAndObservingPublishing",
343
+ "printedName": "_KeyValueCodingAndObservingPublishing",
344
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
345
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
346
+ },
347
+ {
348
+ "kind": "Conformance",
349
+ "name": "_KeyValueCodingAndObserving",
350
+ "printedName": "_KeyValueCodingAndObserving",
351
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
352
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
353
+ },
354
+ {
355
+ "kind": "Conformance",
356
+ "name": "CustomStringConvertible",
357
+ "printedName": "CustomStringConvertible",
358
+ "usr": "s:s23CustomStringConvertibleP",
359
+ "mangledName": "$ss23CustomStringConvertibleP"
360
+ },
361
+ {
362
+ "kind": "Conformance",
363
+ "name": "CustomDebugStringConvertible",
364
+ "printedName": "CustomDebugStringConvertible",
365
+ "usr": "s:s28CustomDebugStringConvertibleP",
366
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
367
+ },
368
+ {
369
+ "kind": "Conformance",
370
+ "name": "Sendable",
371
+ "printedName": "Sendable",
372
+ "usr": "s:s8SendableP",
373
+ "mangledName": "$ss8SendableP"
374
+ }
375
+ ]
376
+ },
377
+ {
378
+ "kind": "Import",
379
+ "name": "Foundation",
380
+ "printedName": "Foundation",
381
+ "declKind": "Import",
382
+ "moduleName": "RadarSDK",
383
+ "declAttributes": [
384
+ "RawDocComment"
385
+ ]
386
+ },
387
+ {
388
+ "kind": "Import",
389
+ "name": "Foundation",
390
+ "printedName": "Foundation",
391
+ "declKind": "Import",
392
+ "moduleName": "RadarSDK",
393
+ "declAttributes": [
394
+ "RawDocComment"
395
+ ]
396
+ },
397
+ {
398
+ "kind": "TypeDecl",
399
+ "name": "RadarAPIClient",
400
+ "printedName": "RadarAPIClient",
401
+ "children": [
402
+ {
403
+ "kind": "Var",
404
+ "name": "shared",
405
+ "printedName": "shared",
406
+ "children": [
407
+ {
408
+ "kind": "TypeNominal",
409
+ "name": "RadarAPIClient",
410
+ "printedName": "RadarSDK.RadarAPIClient",
411
+ "usr": "s:8RadarSDK0A9APIClientC"
412
+ }
413
+ ],
414
+ "declKind": "Var",
415
+ "usr": "s:8RadarSDK0A9APIClientC6sharedACvpZ",
416
+ "mangledName": "$s8RadarSDK0A9APIClientC6sharedACvpZ",
417
+ "moduleName": "RadarSDK",
418
+ "static": true,
419
+ "declAttributes": [
420
+ "HasInitialValue",
421
+ "Final",
422
+ "HasStorage",
423
+ "AccessControl"
424
+ ],
425
+ "isLet": true,
426
+ "hasStorage": true,
427
+ "accessors": [
428
+ {
429
+ "kind": "Accessor",
430
+ "name": "Get",
431
+ "printedName": "Get()",
432
+ "children": [
433
+ {
434
+ "kind": "TypeNominal",
435
+ "name": "RadarAPIClient",
436
+ "printedName": "RadarSDK.RadarAPIClient",
437
+ "usr": "s:8RadarSDK0A9APIClientC"
438
+ }
439
+ ],
440
+ "declKind": "Accessor",
441
+ "usr": "s:8RadarSDK0A9APIClientC6sharedACvgZ",
442
+ "mangledName": "$s8RadarSDK0A9APIClientC6sharedACvgZ",
443
+ "moduleName": "RadarSDK",
444
+ "static": true,
445
+ "implicit": true,
446
+ "declAttributes": [
447
+ "Final"
448
+ ],
449
+ "accessorKind": "get"
450
+ }
451
+ ]
452
+ }
453
+ ],
454
+ "declKind": "Class",
455
+ "usr": "s:8RadarSDK0A9APIClientC",
456
+ "mangledName": "$s8RadarSDK0A9APIClientC",
457
+ "moduleName": "RadarSDK",
458
+ "intro_iOS": "13.0",
459
+ "declAttributes": [
460
+ "Final",
461
+ "AccessControl",
462
+ "Available"
463
+ ],
464
+ "hasMissingDesignatedInitializers": true,
465
+ "conformances": [
466
+ {
467
+ "kind": "Conformance",
468
+ "name": "Copyable",
469
+ "printedName": "Copyable",
470
+ "usr": "s:s8CopyableP",
471
+ "mangledName": "$ss8CopyableP"
472
+ },
473
+ {
474
+ "kind": "Conformance",
475
+ "name": "Escapable",
476
+ "printedName": "Escapable",
477
+ "usr": "s:s9EscapableP",
478
+ "mangledName": "$ss9EscapableP"
479
+ },
480
+ {
481
+ "kind": "Conformance",
482
+ "name": "Sendable",
483
+ "printedName": "Sendable",
484
+ "usr": "s:s8SendableP",
485
+ "mangledName": "$ss8SendableP"
486
+ },
487
+ {
488
+ "kind": "Conformance",
489
+ "name": "SendableMetatype",
490
+ "printedName": "SendableMetatype",
491
+ "usr": "s:s16SendableMetatypeP",
492
+ "mangledName": "$ss16SendableMetatypeP"
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "kind": "Import",
498
+ "name": "Foundation",
499
+ "printedName": "Foundation",
500
+ "declKind": "Import",
501
+ "moduleName": "RadarSDK",
502
+ "declAttributes": [
503
+ "RawDocComment"
504
+ ]
505
+ },
506
+ {
507
+ "kind": "Import",
508
+ "name": "Foundation",
509
+ "printedName": "Foundation",
510
+ "declKind": "Import",
511
+ "moduleName": "RadarSDK",
512
+ "declAttributes": [
513
+ "RawDocComment"
514
+ ]
515
+ },
516
+ {
517
+ "kind": "Import",
518
+ "name": "OSLog",
519
+ "printedName": "OSLog",
520
+ "declKind": "Import",
521
+ "moduleName": "RadarSDK"
522
+ },
523
+ {
524
+ "kind": "TypeDecl",
525
+ "name": "RadarLogger",
526
+ "printedName": "RadarLogger",
527
+ "children": [
528
+ {
529
+ "kind": "Function",
530
+ "name": "setDelegate",
531
+ "printedName": "setDelegate(_:)",
532
+ "children": [
533
+ {
534
+ "kind": "TypeNominal",
535
+ "name": "Void",
536
+ "printedName": "()"
537
+ },
538
+ {
539
+ "kind": "TypeNominal",
540
+ "name": "RadarDelegate",
541
+ "printedName": "any RadarSDK.RadarDelegate",
542
+ "usr": "c:objc(pl)RadarDelegate"
543
+ }
544
+ ],
545
+ "declKind": "Func",
546
+ "usr": "c:@M@RadarSDK@objc(cs)RadarLogger_Swift(cm)setDelegate:",
547
+ "mangledName": "$s8RadarSDK0A6LoggerC11setDelegateyySo0aE0_pFZ",
548
+ "moduleName": "RadarSDK",
549
+ "static": true,
550
+ "declAttributes": [
551
+ "Final",
552
+ "AccessControl",
553
+ "ObjC",
554
+ "Custom"
555
+ ],
556
+ "funcSelfKind": "NonMutating"
557
+ },
558
+ {
559
+ "kind": "Constructor",
560
+ "name": "init",
561
+ "printedName": "init()",
562
+ "children": [
563
+ {
564
+ "kind": "TypeNominal",
565
+ "name": "RadarLogger",
566
+ "printedName": "RadarSDK.RadarLogger",
567
+ "usr": "c:@M@RadarSDK@objc(cs)RadarLogger_Swift"
568
+ }
569
+ ],
570
+ "declKind": "Constructor",
571
+ "usr": "c:@M@RadarSDK@objc(cs)RadarLogger_Swift(im)init",
572
+ "mangledName": "$s8RadarSDK0A6LoggerCACycfc",
573
+ "moduleName": "RadarSDK",
574
+ "overriding": true,
575
+ "implicit": true,
576
+ "objc_name": "init",
577
+ "declAttributes": [
578
+ "Dynamic",
579
+ "ObjC",
580
+ "Override"
581
+ ],
582
+ "init_kind": "Designated"
583
+ }
584
+ ],
585
+ "declKind": "Class",
586
+ "usr": "c:@M@RadarSDK@objc(cs)RadarLogger_Swift",
587
+ "mangledName": "$s8RadarSDK0A6LoggerC",
588
+ "moduleName": "RadarSDK",
589
+ "objc_name": "RadarLogger_Swift",
590
+ "declAttributes": [
591
+ "Final",
592
+ "AccessControl",
593
+ "ObjC"
594
+ ],
595
+ "superclassUsr": "c:objc(cs)NSObject",
596
+ "inheritsConvenienceInitializers": true,
597
+ "superclassNames": [
598
+ "ObjectiveC.NSObject"
599
+ ],
600
+ "conformances": [
601
+ {
602
+ "kind": "Conformance",
603
+ "name": "Sendable",
604
+ "printedName": "Sendable",
605
+ "usr": "s:s8SendableP",
606
+ "mangledName": "$ss8SendableP"
607
+ },
608
+ {
609
+ "kind": "Conformance",
610
+ "name": "Copyable",
611
+ "printedName": "Copyable",
612
+ "usr": "s:s8CopyableP",
613
+ "mangledName": "$ss8CopyableP"
614
+ },
615
+ {
616
+ "kind": "Conformance",
617
+ "name": "Escapable",
618
+ "printedName": "Escapable",
619
+ "usr": "s:s9EscapableP",
620
+ "mangledName": "$ss9EscapableP"
621
+ },
622
+ {
623
+ "kind": "Conformance",
624
+ "name": "Equatable",
625
+ "printedName": "Equatable",
626
+ "usr": "s:SQ",
627
+ "mangledName": "$sSQ"
628
+ },
629
+ {
630
+ "kind": "Conformance",
631
+ "name": "Hashable",
632
+ "printedName": "Hashable",
633
+ "usr": "s:SH",
634
+ "mangledName": "$sSH"
635
+ },
636
+ {
637
+ "kind": "Conformance",
638
+ "name": "CVarArg",
639
+ "printedName": "CVarArg",
640
+ "usr": "s:s7CVarArgP",
641
+ "mangledName": "$ss7CVarArgP"
642
+ },
643
+ {
644
+ "kind": "Conformance",
645
+ "name": "_KeyValueCodingAndObservingPublishing",
646
+ "printedName": "_KeyValueCodingAndObservingPublishing",
647
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
648
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
649
+ },
650
+ {
651
+ "kind": "Conformance",
652
+ "name": "_KeyValueCodingAndObserving",
653
+ "printedName": "_KeyValueCodingAndObserving",
654
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
655
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
656
+ },
657
+ {
658
+ "kind": "Conformance",
659
+ "name": "CustomStringConvertible",
660
+ "printedName": "CustomStringConvertible",
661
+ "usr": "s:s23CustomStringConvertibleP",
662
+ "mangledName": "$ss23CustomStringConvertibleP"
663
+ },
664
+ {
665
+ "kind": "Conformance",
666
+ "name": "CustomDebugStringConvertible",
667
+ "printedName": "CustomDebugStringConvertible",
668
+ "usr": "s:s28CustomDebugStringConvertibleP",
669
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
670
+ },
671
+ {
672
+ "kind": "Conformance",
673
+ "name": "SendableMetatype",
674
+ "printedName": "SendableMetatype",
675
+ "usr": "s:s16SendableMetatypeP",
676
+ "mangledName": "$ss16SendableMetatypeP"
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "kind": "Import",
682
+ "name": "Foundation",
683
+ "printedName": "Foundation",
684
+ "declKind": "Import",
685
+ "moduleName": "RadarSDK",
686
+ "declAttributes": [
687
+ "RawDocComment"
688
+ ]
689
+ },
690
+ {
691
+ "kind": "Import",
692
+ "name": "Foundation",
693
+ "printedName": "Foundation",
694
+ "declKind": "Import",
695
+ "moduleName": "RadarSDK",
696
+ "declAttributes": [
697
+ "RawDocComment"
698
+ ]
699
+ },
700
+ {
701
+ "kind": "TypeDecl",
702
+ "name": "RadarInAppMessage_Swift",
703
+ "printedName": "RadarInAppMessage_Swift",
704
+ "children": [
705
+ {
706
+ "kind": "TypeDecl",
707
+ "name": "Text",
708
+ "printedName": "Text",
709
+ "children": [
710
+ {
711
+ "kind": "Var",
712
+ "name": "text",
713
+ "printedName": "text",
714
+ "children": [
715
+ {
716
+ "kind": "TypeNominal",
717
+ "name": "String",
718
+ "printedName": "Swift.String",
719
+ "usr": "s:SS"
720
+ }
721
+ ],
722
+ "declKind": "Var",
723
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvp",
724
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvp",
725
+ "moduleName": "RadarSDK",
726
+ "declAttributes": [
727
+ "HasStorage",
728
+ "AccessControl"
729
+ ],
730
+ "hasStorage": true,
731
+ "accessors": [
732
+ {
733
+ "kind": "Accessor",
734
+ "name": "Get",
735
+ "printedName": "Get()",
736
+ "children": [
737
+ {
738
+ "kind": "TypeNominal",
739
+ "name": "String",
740
+ "printedName": "Swift.String",
741
+ "usr": "s:SS"
742
+ }
743
+ ],
744
+ "declKind": "Accessor",
745
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvg",
746
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvg",
747
+ "moduleName": "RadarSDK",
748
+ "implicit": true,
749
+ "accessorKind": "get"
750
+ },
751
+ {
752
+ "kind": "Accessor",
753
+ "name": "Set",
754
+ "printedName": "Set()",
755
+ "children": [
756
+ {
757
+ "kind": "TypeNominal",
758
+ "name": "Void",
759
+ "printedName": "()"
760
+ },
761
+ {
762
+ "kind": "TypeNominal",
763
+ "name": "String",
764
+ "printedName": "Swift.String",
765
+ "usr": "s:SS"
766
+ }
767
+ ],
768
+ "declKind": "Accessor",
769
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvs",
770
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvs",
771
+ "moduleName": "RadarSDK",
772
+ "implicit": true,
773
+ "accessorKind": "set"
774
+ },
775
+ {
776
+ "kind": "Accessor",
777
+ "name": "Modify",
778
+ "printedName": "Modify()",
779
+ "children": [
780
+ {
781
+ "kind": "TypeNominal",
782
+ "name": "Void",
783
+ "printedName": "()"
784
+ }
785
+ ],
786
+ "declKind": "Accessor",
787
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvM",
788
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV4textSSvM",
789
+ "moduleName": "RadarSDK",
790
+ "implicit": true,
791
+ "accessorKind": "_modify"
792
+ }
793
+ ]
794
+ },
795
+ {
796
+ "kind": "Var",
797
+ "name": "color",
798
+ "printedName": "color",
799
+ "children": [
800
+ {
801
+ "kind": "TypeNominal",
802
+ "name": "UIColor",
803
+ "printedName": "UIKit.UIColor",
804
+ "usr": "c:objc(cs)UIColor"
805
+ }
806
+ ],
807
+ "declKind": "Var",
808
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvp",
809
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvp",
810
+ "moduleName": "RadarSDK",
811
+ "declAttributes": [
812
+ "HasStorage",
813
+ "AccessControl"
814
+ ],
815
+ "hasStorage": true,
816
+ "accessors": [
817
+ {
818
+ "kind": "Accessor",
819
+ "name": "Get",
820
+ "printedName": "Get()",
821
+ "children": [
822
+ {
823
+ "kind": "TypeNominal",
824
+ "name": "UIColor",
825
+ "printedName": "UIKit.UIColor",
826
+ "usr": "c:objc(cs)UIColor"
827
+ }
828
+ ],
829
+ "declKind": "Accessor",
830
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvg",
831
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvg",
832
+ "moduleName": "RadarSDK",
833
+ "implicit": true,
834
+ "accessorKind": "get"
835
+ },
836
+ {
837
+ "kind": "Accessor",
838
+ "name": "Set",
839
+ "printedName": "Set()",
840
+ "children": [
841
+ {
842
+ "kind": "TypeNominal",
843
+ "name": "Void",
844
+ "printedName": "()"
845
+ },
846
+ {
847
+ "kind": "TypeNominal",
848
+ "name": "UIColor",
849
+ "printedName": "UIKit.UIColor",
850
+ "usr": "c:objc(cs)UIColor"
851
+ }
852
+ ],
853
+ "declKind": "Accessor",
854
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvs",
855
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvs",
856
+ "moduleName": "RadarSDK",
857
+ "implicit": true,
858
+ "accessorKind": "set"
859
+ },
860
+ {
861
+ "kind": "Accessor",
862
+ "name": "Modify",
863
+ "printedName": "Modify()",
864
+ "children": [
865
+ {
866
+ "kind": "TypeNominal",
867
+ "name": "Void",
868
+ "printedName": "()"
869
+ }
870
+ ],
871
+ "declKind": "Accessor",
872
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvM",
873
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV5colorSo7UIColorCvM",
874
+ "moduleName": "RadarSDK",
875
+ "implicit": true,
876
+ "accessorKind": "_modify"
877
+ }
878
+ ]
879
+ }
880
+ ],
881
+ "declKind": "Struct",
882
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV",
883
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4TextV",
884
+ "moduleName": "RadarSDK",
885
+ "declAttributes": [
886
+ "AccessControl"
887
+ ],
888
+ "conformances": [
889
+ {
890
+ "kind": "Conformance",
891
+ "name": "Copyable",
892
+ "printedName": "Copyable",
893
+ "usr": "s:s8CopyableP",
894
+ "mangledName": "$ss8CopyableP"
895
+ },
896
+ {
897
+ "kind": "Conformance",
898
+ "name": "Escapable",
899
+ "printedName": "Escapable",
900
+ "usr": "s:s9EscapableP",
901
+ "mangledName": "$ss9EscapableP"
902
+ },
903
+ {
904
+ "kind": "Conformance",
905
+ "name": "Sendable",
906
+ "printedName": "Sendable",
907
+ "usr": "s:s8SendableP",
908
+ "mangledName": "$ss8SendableP"
909
+ },
910
+ {
911
+ "kind": "Conformance",
912
+ "name": "SendableMetatype",
913
+ "printedName": "SendableMetatype",
914
+ "usr": "s:s16SendableMetatypeP",
915
+ "mangledName": "$ss16SendableMetatypeP"
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "kind": "TypeDecl",
921
+ "name": "Button",
922
+ "printedName": "Button",
923
+ "children": [
924
+ {
925
+ "kind": "Var",
926
+ "name": "text",
927
+ "printedName": "text",
928
+ "children": [
929
+ {
930
+ "kind": "TypeNominal",
931
+ "name": "String",
932
+ "printedName": "Swift.String",
933
+ "usr": "s:SS"
934
+ }
935
+ ],
936
+ "declKind": "Var",
937
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvp",
938
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvp",
939
+ "moduleName": "RadarSDK",
940
+ "declAttributes": [
941
+ "HasStorage",
942
+ "AccessControl"
943
+ ],
944
+ "hasStorage": true,
945
+ "accessors": [
946
+ {
947
+ "kind": "Accessor",
948
+ "name": "Get",
949
+ "printedName": "Get()",
950
+ "children": [
951
+ {
952
+ "kind": "TypeNominal",
953
+ "name": "String",
954
+ "printedName": "Swift.String",
955
+ "usr": "s:SS"
956
+ }
957
+ ],
958
+ "declKind": "Accessor",
959
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvg",
960
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvg",
961
+ "moduleName": "RadarSDK",
962
+ "implicit": true,
963
+ "accessorKind": "get"
964
+ },
965
+ {
966
+ "kind": "Accessor",
967
+ "name": "Set",
968
+ "printedName": "Set()",
969
+ "children": [
970
+ {
971
+ "kind": "TypeNominal",
972
+ "name": "Void",
973
+ "printedName": "()"
974
+ },
975
+ {
976
+ "kind": "TypeNominal",
977
+ "name": "String",
978
+ "printedName": "Swift.String",
979
+ "usr": "s:SS"
980
+ }
981
+ ],
982
+ "declKind": "Accessor",
983
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvs",
984
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvs",
985
+ "moduleName": "RadarSDK",
986
+ "implicit": true,
987
+ "accessorKind": "set"
988
+ },
989
+ {
990
+ "kind": "Accessor",
991
+ "name": "Modify",
992
+ "printedName": "Modify()",
993
+ "children": [
994
+ {
995
+ "kind": "TypeNominal",
996
+ "name": "Void",
997
+ "printedName": "()"
998
+ }
999
+ ],
1000
+ "declKind": "Accessor",
1001
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvM",
1002
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV4textSSvM",
1003
+ "moduleName": "RadarSDK",
1004
+ "implicit": true,
1005
+ "accessorKind": "_modify"
1006
+ }
1007
+ ]
1008
+ },
1009
+ {
1010
+ "kind": "Var",
1011
+ "name": "color",
1012
+ "printedName": "color",
1013
+ "children": [
1014
+ {
1015
+ "kind": "TypeNominal",
1016
+ "name": "UIColor",
1017
+ "printedName": "UIKit.UIColor",
1018
+ "usr": "c:objc(cs)UIColor"
1019
+ }
1020
+ ],
1021
+ "declKind": "Var",
1022
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvp",
1023
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvp",
1024
+ "moduleName": "RadarSDK",
1025
+ "declAttributes": [
1026
+ "HasStorage",
1027
+ "AccessControl"
1028
+ ],
1029
+ "hasStorage": true,
1030
+ "accessors": [
1031
+ {
1032
+ "kind": "Accessor",
1033
+ "name": "Get",
1034
+ "printedName": "Get()",
1035
+ "children": [
1036
+ {
1037
+ "kind": "TypeNominal",
1038
+ "name": "UIColor",
1039
+ "printedName": "UIKit.UIColor",
1040
+ "usr": "c:objc(cs)UIColor"
1041
+ }
1042
+ ],
1043
+ "declKind": "Accessor",
1044
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvg",
1045
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvg",
1046
+ "moduleName": "RadarSDK",
1047
+ "implicit": true,
1048
+ "accessorKind": "get"
1049
+ },
1050
+ {
1051
+ "kind": "Accessor",
1052
+ "name": "Set",
1053
+ "printedName": "Set()",
1054
+ "children": [
1055
+ {
1056
+ "kind": "TypeNominal",
1057
+ "name": "Void",
1058
+ "printedName": "()"
1059
+ },
1060
+ {
1061
+ "kind": "TypeNominal",
1062
+ "name": "UIColor",
1063
+ "printedName": "UIKit.UIColor",
1064
+ "usr": "c:objc(cs)UIColor"
1065
+ }
1066
+ ],
1067
+ "declKind": "Accessor",
1068
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvs",
1069
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvs",
1070
+ "moduleName": "RadarSDK",
1071
+ "implicit": true,
1072
+ "accessorKind": "set"
1073
+ },
1074
+ {
1075
+ "kind": "Accessor",
1076
+ "name": "Modify",
1077
+ "printedName": "Modify()",
1078
+ "children": [
1079
+ {
1080
+ "kind": "TypeNominal",
1081
+ "name": "Void",
1082
+ "printedName": "()"
1083
+ }
1084
+ ],
1085
+ "declKind": "Accessor",
1086
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvM",
1087
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV5colorSo7UIColorCvM",
1088
+ "moduleName": "RadarSDK",
1089
+ "implicit": true,
1090
+ "accessorKind": "_modify"
1091
+ }
1092
+ ]
1093
+ },
1094
+ {
1095
+ "kind": "Var",
1096
+ "name": "backgroundColor",
1097
+ "printedName": "backgroundColor",
1098
+ "children": [
1099
+ {
1100
+ "kind": "TypeNominal",
1101
+ "name": "UIColor",
1102
+ "printedName": "UIKit.UIColor",
1103
+ "usr": "c:objc(cs)UIColor"
1104
+ }
1105
+ ],
1106
+ "declKind": "Var",
1107
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvp",
1108
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvp",
1109
+ "moduleName": "RadarSDK",
1110
+ "declAttributes": [
1111
+ "HasStorage",
1112
+ "AccessControl"
1113
+ ],
1114
+ "hasStorage": true,
1115
+ "accessors": [
1116
+ {
1117
+ "kind": "Accessor",
1118
+ "name": "Get",
1119
+ "printedName": "Get()",
1120
+ "children": [
1121
+ {
1122
+ "kind": "TypeNominal",
1123
+ "name": "UIColor",
1124
+ "printedName": "UIKit.UIColor",
1125
+ "usr": "c:objc(cs)UIColor"
1126
+ }
1127
+ ],
1128
+ "declKind": "Accessor",
1129
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvg",
1130
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvg",
1131
+ "moduleName": "RadarSDK",
1132
+ "implicit": true,
1133
+ "accessorKind": "get"
1134
+ },
1135
+ {
1136
+ "kind": "Accessor",
1137
+ "name": "Set",
1138
+ "printedName": "Set()",
1139
+ "children": [
1140
+ {
1141
+ "kind": "TypeNominal",
1142
+ "name": "Void",
1143
+ "printedName": "()"
1144
+ },
1145
+ {
1146
+ "kind": "TypeNominal",
1147
+ "name": "UIColor",
1148
+ "printedName": "UIKit.UIColor",
1149
+ "usr": "c:objc(cs)UIColor"
1150
+ }
1151
+ ],
1152
+ "declKind": "Accessor",
1153
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvs",
1154
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvs",
1155
+ "moduleName": "RadarSDK",
1156
+ "implicit": true,
1157
+ "accessorKind": "set"
1158
+ },
1159
+ {
1160
+ "kind": "Accessor",
1161
+ "name": "Modify",
1162
+ "printedName": "Modify()",
1163
+ "children": [
1164
+ {
1165
+ "kind": "TypeNominal",
1166
+ "name": "Void",
1167
+ "printedName": "()"
1168
+ }
1169
+ ],
1170
+ "declKind": "Accessor",
1171
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvM",
1172
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV15backgroundColorSo7UIColorCvM",
1173
+ "moduleName": "RadarSDK",
1174
+ "implicit": true,
1175
+ "accessorKind": "_modify"
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "kind": "Var",
1181
+ "name": "deepLink",
1182
+ "printedName": "deepLink",
1183
+ "children": [
1184
+ {
1185
+ "kind": "TypeNominal",
1186
+ "name": "Optional",
1187
+ "printedName": "Swift.String?",
1188
+ "children": [
1189
+ {
1190
+ "kind": "TypeNominal",
1191
+ "name": "String",
1192
+ "printedName": "Swift.String",
1193
+ "usr": "s:SS"
1194
+ }
1195
+ ],
1196
+ "usr": "s:Sq"
1197
+ }
1198
+ ],
1199
+ "declKind": "Var",
1200
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvp",
1201
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvp",
1202
+ "moduleName": "RadarSDK",
1203
+ "declAttributes": [
1204
+ "HasInitialValue",
1205
+ "HasStorage",
1206
+ "AccessControl"
1207
+ ],
1208
+ "hasStorage": true,
1209
+ "accessors": [
1210
+ {
1211
+ "kind": "Accessor",
1212
+ "name": "Get",
1213
+ "printedName": "Get()",
1214
+ "children": [
1215
+ {
1216
+ "kind": "TypeNominal",
1217
+ "name": "Optional",
1218
+ "printedName": "Swift.String?",
1219
+ "children": [
1220
+ {
1221
+ "kind": "TypeNominal",
1222
+ "name": "String",
1223
+ "printedName": "Swift.String",
1224
+ "usr": "s:SS"
1225
+ }
1226
+ ],
1227
+ "usr": "s:Sq"
1228
+ }
1229
+ ],
1230
+ "declKind": "Accessor",
1231
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvg",
1232
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvg",
1233
+ "moduleName": "RadarSDK",
1234
+ "implicit": true,
1235
+ "accessorKind": "get"
1236
+ },
1237
+ {
1238
+ "kind": "Accessor",
1239
+ "name": "Set",
1240
+ "printedName": "Set()",
1241
+ "children": [
1242
+ {
1243
+ "kind": "TypeNominal",
1244
+ "name": "Void",
1245
+ "printedName": "()"
1246
+ },
1247
+ {
1248
+ "kind": "TypeNominal",
1249
+ "name": "Optional",
1250
+ "printedName": "Swift.String?",
1251
+ "children": [
1252
+ {
1253
+ "kind": "TypeNominal",
1254
+ "name": "String",
1255
+ "printedName": "Swift.String",
1256
+ "usr": "s:SS"
1257
+ }
1258
+ ],
1259
+ "usr": "s:Sq"
1260
+ }
1261
+ ],
1262
+ "declKind": "Accessor",
1263
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvs",
1264
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvs",
1265
+ "moduleName": "RadarSDK",
1266
+ "implicit": true,
1267
+ "accessorKind": "set"
1268
+ },
1269
+ {
1270
+ "kind": "Accessor",
1271
+ "name": "Modify",
1272
+ "printedName": "Modify()",
1273
+ "children": [
1274
+ {
1275
+ "kind": "TypeNominal",
1276
+ "name": "Void",
1277
+ "printedName": "()"
1278
+ }
1279
+ ],
1280
+ "declKind": "Accessor",
1281
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvM",
1282
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV8deepLinkSSSgvM",
1283
+ "moduleName": "RadarSDK",
1284
+ "implicit": true,
1285
+ "accessorKind": "_modify"
1286
+ }
1287
+ ]
1288
+ }
1289
+ ],
1290
+ "declKind": "Struct",
1291
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV",
1292
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6ButtonV",
1293
+ "moduleName": "RadarSDK",
1294
+ "declAttributes": [
1295
+ "AccessControl"
1296
+ ],
1297
+ "conformances": [
1298
+ {
1299
+ "kind": "Conformance",
1300
+ "name": "Copyable",
1301
+ "printedName": "Copyable",
1302
+ "usr": "s:s8CopyableP",
1303
+ "mangledName": "$ss8CopyableP"
1304
+ },
1305
+ {
1306
+ "kind": "Conformance",
1307
+ "name": "Escapable",
1308
+ "printedName": "Escapable",
1309
+ "usr": "s:s9EscapableP",
1310
+ "mangledName": "$ss9EscapableP"
1311
+ },
1312
+ {
1313
+ "kind": "Conformance",
1314
+ "name": "Sendable",
1315
+ "printedName": "Sendable",
1316
+ "usr": "s:s8SendableP",
1317
+ "mangledName": "$ss8SendableP"
1318
+ },
1319
+ {
1320
+ "kind": "Conformance",
1321
+ "name": "SendableMetatype",
1322
+ "printedName": "SendableMetatype",
1323
+ "usr": "s:s16SendableMetatypeP",
1324
+ "mangledName": "$ss16SendableMetatypeP"
1325
+ }
1326
+ ]
1327
+ },
1328
+ {
1329
+ "kind": "TypeDecl",
1330
+ "name": "Image",
1331
+ "printedName": "Image",
1332
+ "children": [
1333
+ {
1334
+ "kind": "Var",
1335
+ "name": "name",
1336
+ "printedName": "name",
1337
+ "children": [
1338
+ {
1339
+ "kind": "TypeNominal",
1340
+ "name": "String",
1341
+ "printedName": "Swift.String",
1342
+ "usr": "s:SS"
1343
+ }
1344
+ ],
1345
+ "declKind": "Var",
1346
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvp",
1347
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvp",
1348
+ "moduleName": "RadarSDK",
1349
+ "declAttributes": [
1350
+ "HasStorage",
1351
+ "AccessControl"
1352
+ ],
1353
+ "hasStorage": true,
1354
+ "accessors": [
1355
+ {
1356
+ "kind": "Accessor",
1357
+ "name": "Get",
1358
+ "printedName": "Get()",
1359
+ "children": [
1360
+ {
1361
+ "kind": "TypeNominal",
1362
+ "name": "String",
1363
+ "printedName": "Swift.String",
1364
+ "usr": "s:SS"
1365
+ }
1366
+ ],
1367
+ "declKind": "Accessor",
1368
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvg",
1369
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvg",
1370
+ "moduleName": "RadarSDK",
1371
+ "implicit": true,
1372
+ "accessorKind": "get"
1373
+ },
1374
+ {
1375
+ "kind": "Accessor",
1376
+ "name": "Set",
1377
+ "printedName": "Set()",
1378
+ "children": [
1379
+ {
1380
+ "kind": "TypeNominal",
1381
+ "name": "Void",
1382
+ "printedName": "()"
1383
+ },
1384
+ {
1385
+ "kind": "TypeNominal",
1386
+ "name": "String",
1387
+ "printedName": "Swift.String",
1388
+ "usr": "s:SS"
1389
+ }
1390
+ ],
1391
+ "declKind": "Accessor",
1392
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvs",
1393
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvs",
1394
+ "moduleName": "RadarSDK",
1395
+ "implicit": true,
1396
+ "accessorKind": "set"
1397
+ },
1398
+ {
1399
+ "kind": "Accessor",
1400
+ "name": "Modify",
1401
+ "printedName": "Modify()",
1402
+ "children": [
1403
+ {
1404
+ "kind": "TypeNominal",
1405
+ "name": "Void",
1406
+ "printedName": "()"
1407
+ }
1408
+ ],
1409
+ "declKind": "Accessor",
1410
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvM",
1411
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV4nameSSvM",
1412
+ "moduleName": "RadarSDK",
1413
+ "implicit": true,
1414
+ "accessorKind": "_modify"
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "kind": "Var",
1420
+ "name": "url",
1421
+ "printedName": "url",
1422
+ "children": [
1423
+ {
1424
+ "kind": "TypeNominal",
1425
+ "name": "String",
1426
+ "printedName": "Swift.String",
1427
+ "usr": "s:SS"
1428
+ }
1429
+ ],
1430
+ "declKind": "Var",
1431
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvp",
1432
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvp",
1433
+ "moduleName": "RadarSDK",
1434
+ "declAttributes": [
1435
+ "HasStorage",
1436
+ "AccessControl"
1437
+ ],
1438
+ "hasStorage": true,
1439
+ "accessors": [
1440
+ {
1441
+ "kind": "Accessor",
1442
+ "name": "Get",
1443
+ "printedName": "Get()",
1444
+ "children": [
1445
+ {
1446
+ "kind": "TypeNominal",
1447
+ "name": "String",
1448
+ "printedName": "Swift.String",
1449
+ "usr": "s:SS"
1450
+ }
1451
+ ],
1452
+ "declKind": "Accessor",
1453
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvg",
1454
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvg",
1455
+ "moduleName": "RadarSDK",
1456
+ "implicit": true,
1457
+ "accessorKind": "get"
1458
+ },
1459
+ {
1460
+ "kind": "Accessor",
1461
+ "name": "Set",
1462
+ "printedName": "Set()",
1463
+ "children": [
1464
+ {
1465
+ "kind": "TypeNominal",
1466
+ "name": "Void",
1467
+ "printedName": "()"
1468
+ },
1469
+ {
1470
+ "kind": "TypeNominal",
1471
+ "name": "String",
1472
+ "printedName": "Swift.String",
1473
+ "usr": "s:SS"
1474
+ }
1475
+ ],
1476
+ "declKind": "Accessor",
1477
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvs",
1478
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvs",
1479
+ "moduleName": "RadarSDK",
1480
+ "implicit": true,
1481
+ "accessorKind": "set"
1482
+ },
1483
+ {
1484
+ "kind": "Accessor",
1485
+ "name": "Modify",
1486
+ "printedName": "Modify()",
1487
+ "children": [
1488
+ {
1489
+ "kind": "TypeNominal",
1490
+ "name": "Void",
1491
+ "printedName": "()"
1492
+ }
1493
+ ],
1494
+ "declKind": "Accessor",
1495
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvM",
1496
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV3urlSSvM",
1497
+ "moduleName": "RadarSDK",
1498
+ "implicit": true,
1499
+ "accessorKind": "_modify"
1500
+ }
1501
+ ]
1502
+ }
1503
+ ],
1504
+ "declKind": "Struct",
1505
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV",
1506
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5ImageV",
1507
+ "moduleName": "RadarSDK",
1508
+ "declAttributes": [
1509
+ "AccessControl"
1510
+ ],
1511
+ "conformances": [
1512
+ {
1513
+ "kind": "Conformance",
1514
+ "name": "Copyable",
1515
+ "printedName": "Copyable",
1516
+ "usr": "s:s8CopyableP",
1517
+ "mangledName": "$ss8CopyableP"
1518
+ },
1519
+ {
1520
+ "kind": "Conformance",
1521
+ "name": "Escapable",
1522
+ "printedName": "Escapable",
1523
+ "usr": "s:s9EscapableP",
1524
+ "mangledName": "$ss9EscapableP"
1525
+ },
1526
+ {
1527
+ "kind": "Conformance",
1528
+ "name": "Sendable",
1529
+ "printedName": "Sendable",
1530
+ "usr": "s:s8SendableP",
1531
+ "mangledName": "$ss8SendableP"
1532
+ },
1533
+ {
1534
+ "kind": "Conformance",
1535
+ "name": "SendableMetatype",
1536
+ "printedName": "SendableMetatype",
1537
+ "usr": "s:s16SendableMetatypeP",
1538
+ "mangledName": "$ss16SendableMetatypeP"
1539
+ }
1540
+ ]
1541
+ },
1542
+ {
1543
+ "kind": "Var",
1544
+ "name": "title",
1545
+ "printedName": "title",
1546
+ "children": [
1547
+ {
1548
+ "kind": "TypeNominal",
1549
+ "name": "Text",
1550
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
1551
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
1552
+ }
1553
+ ],
1554
+ "declKind": "Var",
1555
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvp",
1556
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvp",
1557
+ "moduleName": "RadarSDK",
1558
+ "declAttributes": [
1559
+ "Final",
1560
+ "HasStorage",
1561
+ "AccessControl"
1562
+ ],
1563
+ "hasStorage": true,
1564
+ "accessors": [
1565
+ {
1566
+ "kind": "Accessor",
1567
+ "name": "Get",
1568
+ "printedName": "Get()",
1569
+ "children": [
1570
+ {
1571
+ "kind": "TypeNominal",
1572
+ "name": "Text",
1573
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
1574
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
1575
+ }
1576
+ ],
1577
+ "declKind": "Accessor",
1578
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvg",
1579
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvg",
1580
+ "moduleName": "RadarSDK",
1581
+ "implicit": true,
1582
+ "declAttributes": [
1583
+ "Final"
1584
+ ],
1585
+ "accessorKind": "get"
1586
+ },
1587
+ {
1588
+ "kind": "Accessor",
1589
+ "name": "Set",
1590
+ "printedName": "Set()",
1591
+ "children": [
1592
+ {
1593
+ "kind": "TypeNominal",
1594
+ "name": "Void",
1595
+ "printedName": "()"
1596
+ },
1597
+ {
1598
+ "kind": "TypeNominal",
1599
+ "name": "Text",
1600
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
1601
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
1602
+ }
1603
+ ],
1604
+ "declKind": "Accessor",
1605
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvs",
1606
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvs",
1607
+ "moduleName": "RadarSDK",
1608
+ "implicit": true,
1609
+ "declAttributes": [
1610
+ "Final"
1611
+ ],
1612
+ "accessorKind": "set"
1613
+ },
1614
+ {
1615
+ "kind": "Accessor",
1616
+ "name": "Modify",
1617
+ "printedName": "Modify()",
1618
+ "children": [
1619
+ {
1620
+ "kind": "TypeNominal",
1621
+ "name": "Void",
1622
+ "printedName": "()"
1623
+ }
1624
+ ],
1625
+ "declKind": "Accessor",
1626
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvM",
1627
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5titleAC4TextVvM",
1628
+ "moduleName": "RadarSDK",
1629
+ "implicit": true,
1630
+ "declAttributes": [
1631
+ "Final"
1632
+ ],
1633
+ "accessorKind": "_modify"
1634
+ }
1635
+ ]
1636
+ },
1637
+ {
1638
+ "kind": "Var",
1639
+ "name": "body",
1640
+ "printedName": "body",
1641
+ "children": [
1642
+ {
1643
+ "kind": "TypeNominal",
1644
+ "name": "Text",
1645
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
1646
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
1647
+ }
1648
+ ],
1649
+ "declKind": "Var",
1650
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvp",
1651
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvp",
1652
+ "moduleName": "RadarSDK",
1653
+ "declAttributes": [
1654
+ "Final",
1655
+ "HasStorage",
1656
+ "AccessControl"
1657
+ ],
1658
+ "hasStorage": true,
1659
+ "accessors": [
1660
+ {
1661
+ "kind": "Accessor",
1662
+ "name": "Get",
1663
+ "printedName": "Get()",
1664
+ "children": [
1665
+ {
1666
+ "kind": "TypeNominal",
1667
+ "name": "Text",
1668
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
1669
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
1670
+ }
1671
+ ],
1672
+ "declKind": "Accessor",
1673
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvg",
1674
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvg",
1675
+ "moduleName": "RadarSDK",
1676
+ "implicit": true,
1677
+ "declAttributes": [
1678
+ "Final"
1679
+ ],
1680
+ "accessorKind": "get"
1681
+ },
1682
+ {
1683
+ "kind": "Accessor",
1684
+ "name": "Set",
1685
+ "printedName": "Set()",
1686
+ "children": [
1687
+ {
1688
+ "kind": "TypeNominal",
1689
+ "name": "Void",
1690
+ "printedName": "()"
1691
+ },
1692
+ {
1693
+ "kind": "TypeNominal",
1694
+ "name": "Text",
1695
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
1696
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
1697
+ }
1698
+ ],
1699
+ "declKind": "Accessor",
1700
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvs",
1701
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvs",
1702
+ "moduleName": "RadarSDK",
1703
+ "implicit": true,
1704
+ "declAttributes": [
1705
+ "Final"
1706
+ ],
1707
+ "accessorKind": "set"
1708
+ },
1709
+ {
1710
+ "kind": "Accessor",
1711
+ "name": "Modify",
1712
+ "printedName": "Modify()",
1713
+ "children": [
1714
+ {
1715
+ "kind": "TypeNominal",
1716
+ "name": "Void",
1717
+ "printedName": "()"
1718
+ }
1719
+ ],
1720
+ "declKind": "Accessor",
1721
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvM",
1722
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC4bodyAC4TextVvM",
1723
+ "moduleName": "RadarSDK",
1724
+ "implicit": true,
1725
+ "declAttributes": [
1726
+ "Final"
1727
+ ],
1728
+ "accessorKind": "_modify"
1729
+ }
1730
+ ]
1731
+ },
1732
+ {
1733
+ "kind": "Var",
1734
+ "name": "button",
1735
+ "printedName": "button",
1736
+ "children": [
1737
+ {
1738
+ "kind": "TypeNominal",
1739
+ "name": "Optional",
1740
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button?",
1741
+ "children": [
1742
+ {
1743
+ "kind": "TypeNominal",
1744
+ "name": "Button",
1745
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button",
1746
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV"
1747
+ }
1748
+ ],
1749
+ "usr": "s:Sq"
1750
+ }
1751
+ ],
1752
+ "declKind": "Var",
1753
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvp",
1754
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvp",
1755
+ "moduleName": "RadarSDK",
1756
+ "declAttributes": [
1757
+ "HasInitialValue",
1758
+ "Final",
1759
+ "HasStorage",
1760
+ "AccessControl"
1761
+ ],
1762
+ "hasStorage": true,
1763
+ "accessors": [
1764
+ {
1765
+ "kind": "Accessor",
1766
+ "name": "Get",
1767
+ "printedName": "Get()",
1768
+ "children": [
1769
+ {
1770
+ "kind": "TypeNominal",
1771
+ "name": "Optional",
1772
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button?",
1773
+ "children": [
1774
+ {
1775
+ "kind": "TypeNominal",
1776
+ "name": "Button",
1777
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button",
1778
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV"
1779
+ }
1780
+ ],
1781
+ "usr": "s:Sq"
1782
+ }
1783
+ ],
1784
+ "declKind": "Accessor",
1785
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvg",
1786
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvg",
1787
+ "moduleName": "RadarSDK",
1788
+ "implicit": true,
1789
+ "declAttributes": [
1790
+ "Final"
1791
+ ],
1792
+ "accessorKind": "get"
1793
+ },
1794
+ {
1795
+ "kind": "Accessor",
1796
+ "name": "Set",
1797
+ "printedName": "Set()",
1798
+ "children": [
1799
+ {
1800
+ "kind": "TypeNominal",
1801
+ "name": "Void",
1802
+ "printedName": "()"
1803
+ },
1804
+ {
1805
+ "kind": "TypeNominal",
1806
+ "name": "Optional",
1807
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button?",
1808
+ "children": [
1809
+ {
1810
+ "kind": "TypeNominal",
1811
+ "name": "Button",
1812
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button",
1813
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV"
1814
+ }
1815
+ ],
1816
+ "usr": "s:Sq"
1817
+ }
1818
+ ],
1819
+ "declKind": "Accessor",
1820
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvs",
1821
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvs",
1822
+ "moduleName": "RadarSDK",
1823
+ "implicit": true,
1824
+ "declAttributes": [
1825
+ "Final"
1826
+ ],
1827
+ "accessorKind": "set"
1828
+ },
1829
+ {
1830
+ "kind": "Accessor",
1831
+ "name": "Modify",
1832
+ "printedName": "Modify()",
1833
+ "children": [
1834
+ {
1835
+ "kind": "TypeNominal",
1836
+ "name": "Void",
1837
+ "printedName": "()"
1838
+ }
1839
+ ],
1840
+ "declKind": "Accessor",
1841
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvM",
1842
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC6buttonAC6ButtonVSgvM",
1843
+ "moduleName": "RadarSDK",
1844
+ "implicit": true,
1845
+ "declAttributes": [
1846
+ "Final"
1847
+ ],
1848
+ "accessorKind": "_modify"
1849
+ }
1850
+ ]
1851
+ },
1852
+ {
1853
+ "kind": "Var",
1854
+ "name": "image",
1855
+ "printedName": "image",
1856
+ "children": [
1857
+ {
1858
+ "kind": "TypeNominal",
1859
+ "name": "Optional",
1860
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image?",
1861
+ "children": [
1862
+ {
1863
+ "kind": "TypeNominal",
1864
+ "name": "Image",
1865
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image",
1866
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV"
1867
+ }
1868
+ ],
1869
+ "usr": "s:Sq"
1870
+ }
1871
+ ],
1872
+ "declKind": "Var",
1873
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvp",
1874
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvp",
1875
+ "moduleName": "RadarSDK",
1876
+ "declAttributes": [
1877
+ "HasInitialValue",
1878
+ "Final",
1879
+ "HasStorage",
1880
+ "AccessControl"
1881
+ ],
1882
+ "hasStorage": true,
1883
+ "accessors": [
1884
+ {
1885
+ "kind": "Accessor",
1886
+ "name": "Get",
1887
+ "printedName": "Get()",
1888
+ "children": [
1889
+ {
1890
+ "kind": "TypeNominal",
1891
+ "name": "Optional",
1892
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image?",
1893
+ "children": [
1894
+ {
1895
+ "kind": "TypeNominal",
1896
+ "name": "Image",
1897
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image",
1898
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV"
1899
+ }
1900
+ ],
1901
+ "usr": "s:Sq"
1902
+ }
1903
+ ],
1904
+ "declKind": "Accessor",
1905
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvg",
1906
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvg",
1907
+ "moduleName": "RadarSDK",
1908
+ "implicit": true,
1909
+ "declAttributes": [
1910
+ "Final"
1911
+ ],
1912
+ "accessorKind": "get"
1913
+ },
1914
+ {
1915
+ "kind": "Accessor",
1916
+ "name": "Set",
1917
+ "printedName": "Set()",
1918
+ "children": [
1919
+ {
1920
+ "kind": "TypeNominal",
1921
+ "name": "Void",
1922
+ "printedName": "()"
1923
+ },
1924
+ {
1925
+ "kind": "TypeNominal",
1926
+ "name": "Optional",
1927
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image?",
1928
+ "children": [
1929
+ {
1930
+ "kind": "TypeNominal",
1931
+ "name": "Image",
1932
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image",
1933
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV"
1934
+ }
1935
+ ],
1936
+ "usr": "s:Sq"
1937
+ }
1938
+ ],
1939
+ "declKind": "Accessor",
1940
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvs",
1941
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvs",
1942
+ "moduleName": "RadarSDK",
1943
+ "implicit": true,
1944
+ "declAttributes": [
1945
+ "Final"
1946
+ ],
1947
+ "accessorKind": "set"
1948
+ },
1949
+ {
1950
+ "kind": "Accessor",
1951
+ "name": "Modify",
1952
+ "printedName": "Modify()",
1953
+ "children": [
1954
+ {
1955
+ "kind": "TypeNominal",
1956
+ "name": "Void",
1957
+ "printedName": "()"
1958
+ }
1959
+ ],
1960
+ "declKind": "Accessor",
1961
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvM",
1962
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5imageAC5ImageVSgvM",
1963
+ "moduleName": "RadarSDK",
1964
+ "implicit": true,
1965
+ "declAttributes": [
1966
+ "Final"
1967
+ ],
1968
+ "accessorKind": "_modify"
1969
+ }
1970
+ ]
1971
+ },
1972
+ {
1973
+ "kind": "Var",
1974
+ "name": "metadata",
1975
+ "printedName": "metadata",
1976
+ "children": [
1977
+ {
1978
+ "kind": "TypeNominal",
1979
+ "name": "Dictionary",
1980
+ "printedName": "[Swift.String : any Swift.Sendable]",
1981
+ "children": [
1982
+ {
1983
+ "kind": "TypeNominal",
1984
+ "name": "String",
1985
+ "printedName": "Swift.String",
1986
+ "usr": "s:SS"
1987
+ },
1988
+ {
1989
+ "kind": "TypeNominal",
1990
+ "name": "Sendable",
1991
+ "printedName": "any Swift.Sendable",
1992
+ "usr": "s:s8SendableP"
1993
+ }
1994
+ ],
1995
+ "usr": "s:SD"
1996
+ }
1997
+ ],
1998
+ "declKind": "Var",
1999
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(py)metadata",
2000
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC8metadataSDySSs8Sendable_pGvp",
2001
+ "moduleName": "RadarSDK",
2002
+ "declAttributes": [
2003
+ "Final",
2004
+ "HasStorage",
2005
+ "AccessControl",
2006
+ "ObjC"
2007
+ ],
2008
+ "hasStorage": true,
2009
+ "accessors": [
2010
+ {
2011
+ "kind": "Accessor",
2012
+ "name": "Get",
2013
+ "printedName": "Get()",
2014
+ "children": [
2015
+ {
2016
+ "kind": "TypeNominal",
2017
+ "name": "Dictionary",
2018
+ "printedName": "[Swift.String : any Swift.Sendable]",
2019
+ "children": [
2020
+ {
2021
+ "kind": "TypeNominal",
2022
+ "name": "String",
2023
+ "printedName": "Swift.String",
2024
+ "usr": "s:SS"
2025
+ },
2026
+ {
2027
+ "kind": "TypeNominal",
2028
+ "name": "Sendable",
2029
+ "printedName": "any Swift.Sendable",
2030
+ "usr": "s:s8SendableP"
2031
+ }
2032
+ ],
2033
+ "usr": "s:SD"
2034
+ }
2035
+ ],
2036
+ "declKind": "Accessor",
2037
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(im)metadata",
2038
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC8metadataSDySSs8Sendable_pGvg",
2039
+ "moduleName": "RadarSDK",
2040
+ "implicit": true,
2041
+ "declAttributes": [
2042
+ "Final",
2043
+ "ObjC"
2044
+ ],
2045
+ "accessorKind": "get"
2046
+ },
2047
+ {
2048
+ "kind": "Accessor",
2049
+ "name": "Set",
2050
+ "printedName": "Set()",
2051
+ "children": [
2052
+ {
2053
+ "kind": "TypeNominal",
2054
+ "name": "Void",
2055
+ "printedName": "()"
2056
+ },
2057
+ {
2058
+ "kind": "TypeNominal",
2059
+ "name": "Dictionary",
2060
+ "printedName": "[Swift.String : any Swift.Sendable]",
2061
+ "children": [
2062
+ {
2063
+ "kind": "TypeNominal",
2064
+ "name": "String",
2065
+ "printedName": "Swift.String",
2066
+ "usr": "s:SS"
2067
+ },
2068
+ {
2069
+ "kind": "TypeNominal",
2070
+ "name": "Sendable",
2071
+ "printedName": "any Swift.Sendable",
2072
+ "usr": "s:s8SendableP"
2073
+ }
2074
+ ],
2075
+ "usr": "s:SD"
2076
+ }
2077
+ ],
2078
+ "declKind": "Accessor",
2079
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(im)setMetadata:",
2080
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC8metadataSDySSs8Sendable_pGvs",
2081
+ "moduleName": "RadarSDK",
2082
+ "implicit": true,
2083
+ "declAttributes": [
2084
+ "Final",
2085
+ "ObjC"
2086
+ ],
2087
+ "accessorKind": "set"
2088
+ },
2089
+ {
2090
+ "kind": "Accessor",
2091
+ "name": "Modify",
2092
+ "printedName": "Modify()",
2093
+ "children": [
2094
+ {
2095
+ "kind": "TypeNominal",
2096
+ "name": "Void",
2097
+ "printedName": "()"
2098
+ }
2099
+ ],
2100
+ "declKind": "Accessor",
2101
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC8metadataSDySSs8Sendable_pGvM",
2102
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC8metadataSDySSs8Sendable_pGvM",
2103
+ "moduleName": "RadarSDK",
2104
+ "implicit": true,
2105
+ "declAttributes": [
2106
+ "Final"
2107
+ ],
2108
+ "accessorKind": "_modify"
2109
+ }
2110
+ ]
2111
+ },
2112
+ {
2113
+ "kind": "Constructor",
2114
+ "name": "init",
2115
+ "printedName": "init(title:body:button:image:metadata:)",
2116
+ "children": [
2117
+ {
2118
+ "kind": "TypeNominal",
2119
+ "name": "RadarInAppMessage_Swift",
2120
+ "printedName": "RadarSDK.RadarInAppMessage_Swift",
2121
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift"
2122
+ },
2123
+ {
2124
+ "kind": "TypeNominal",
2125
+ "name": "Text",
2126
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
2127
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
2128
+ },
2129
+ {
2130
+ "kind": "TypeNominal",
2131
+ "name": "Text",
2132
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Text",
2133
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC4TextV"
2134
+ },
2135
+ {
2136
+ "kind": "TypeNominal",
2137
+ "name": "Optional",
2138
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button?",
2139
+ "children": [
2140
+ {
2141
+ "kind": "TypeNominal",
2142
+ "name": "Button",
2143
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Button",
2144
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC6ButtonV"
2145
+ }
2146
+ ],
2147
+ "usr": "s:Sq"
2148
+ },
2149
+ {
2150
+ "kind": "TypeNominal",
2151
+ "name": "Optional",
2152
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image?",
2153
+ "children": [
2154
+ {
2155
+ "kind": "TypeNominal",
2156
+ "name": "Image",
2157
+ "printedName": "RadarSDK.RadarInAppMessage_Swift.Image",
2158
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5ImageV"
2159
+ }
2160
+ ],
2161
+ "usr": "s:Sq"
2162
+ },
2163
+ {
2164
+ "kind": "TypeNominal",
2165
+ "name": "Dictionary",
2166
+ "printedName": "[Swift.String : any Swift.Sendable]",
2167
+ "children": [
2168
+ {
2169
+ "kind": "TypeNominal",
2170
+ "name": "String",
2171
+ "printedName": "Swift.String",
2172
+ "usr": "s:SS"
2173
+ },
2174
+ {
2175
+ "kind": "TypeNominal",
2176
+ "name": "Sendable",
2177
+ "printedName": "any Swift.Sendable",
2178
+ "usr": "s:s8SendableP"
2179
+ }
2180
+ ],
2181
+ "usr": "s:SD"
2182
+ }
2183
+ ],
2184
+ "declKind": "Constructor",
2185
+ "usr": "s:8RadarSDK0A18InAppMessage_SwiftC5title4body6button5image8metadataA2C4TextV_AjC6ButtonVSgAC5ImageVSgSDySSs8Sendable_pGtcfc",
2186
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC5title4body6button5image8metadataA2C4TextV_AjC6ButtonVSgAC5ImageVSgSDySSs8Sendable_pGtcfc",
2187
+ "moduleName": "RadarSDK",
2188
+ "declAttributes": [
2189
+ "AccessControl"
2190
+ ],
2191
+ "init_kind": "Designated"
2192
+ },
2193
+ {
2194
+ "kind": "Function",
2195
+ "name": "fromDictionary",
2196
+ "printedName": "fromDictionary(_:)",
2197
+ "children": [
2198
+ {
2199
+ "kind": "TypeNominal",
2200
+ "name": "Optional",
2201
+ "printedName": "RadarSDK.RadarInAppMessage?",
2202
+ "children": [
2203
+ {
2204
+ "kind": "TypeNominal",
2205
+ "name": "RadarInAppMessage",
2206
+ "printedName": "RadarSDK.RadarInAppMessage",
2207
+ "usr": "c:objc(cs)RadarInAppMessage"
2208
+ }
2209
+ ],
2210
+ "usr": "s:Sq"
2211
+ },
2212
+ {
2213
+ "kind": "TypeNominal",
2214
+ "name": "Dictionary",
2215
+ "printedName": "[Swift.String : Any]",
2216
+ "children": [
2217
+ {
2218
+ "kind": "TypeNominal",
2219
+ "name": "String",
2220
+ "printedName": "Swift.String",
2221
+ "usr": "s:SS"
2222
+ },
2223
+ {
2224
+ "kind": "TypeNominal",
2225
+ "name": "ProtocolComposition",
2226
+ "printedName": "Any"
2227
+ }
2228
+ ],
2229
+ "usr": "s:SD"
2230
+ }
2231
+ ],
2232
+ "declKind": "Func",
2233
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(cm)fromDictionary:",
2234
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC14fromDictionaryySo0acdE0CSgSDySSypGFZ",
2235
+ "moduleName": "RadarSDK",
2236
+ "static": true,
2237
+ "overriding": true,
2238
+ "objc_name": "fromDictionary:",
2239
+ "declAttributes": [
2240
+ "Final",
2241
+ "ObjC",
2242
+ "Override",
2243
+ "AccessControl"
2244
+ ],
2245
+ "funcSelfKind": "NonMutating"
2246
+ },
2247
+ {
2248
+ "kind": "Function",
2249
+ "name": "fromArray",
2250
+ "printedName": "fromArray(_:)",
2251
+ "children": [
2252
+ {
2253
+ "kind": "TypeNominal",
2254
+ "name": "Array",
2255
+ "printedName": "[RadarSDK.RadarInAppMessage]",
2256
+ "children": [
2257
+ {
2258
+ "kind": "TypeNominal",
2259
+ "name": "RadarInAppMessage",
2260
+ "printedName": "RadarSDK.RadarInAppMessage",
2261
+ "usr": "c:objc(cs)RadarInAppMessage"
2262
+ }
2263
+ ],
2264
+ "usr": "s:Sa"
2265
+ },
2266
+ {
2267
+ "kind": "TypeNominal",
2268
+ "name": "ProtocolComposition",
2269
+ "printedName": "Any"
2270
+ }
2271
+ ],
2272
+ "declKind": "Func",
2273
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(cm)fromArray:",
2274
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC9fromArrayySaySo0acdE0CGypFZ",
2275
+ "moduleName": "RadarSDK",
2276
+ "static": true,
2277
+ "overriding": true,
2278
+ "objc_name": "fromArray:",
2279
+ "declAttributes": [
2280
+ "Final",
2281
+ "ObjC",
2282
+ "Override",
2283
+ "AccessControl"
2284
+ ],
2285
+ "funcSelfKind": "NonMutating"
2286
+ },
2287
+ {
2288
+ "kind": "Function",
2289
+ "name": "toDictionary",
2290
+ "printedName": "toDictionary()",
2291
+ "children": [
2292
+ {
2293
+ "kind": "TypeNominal",
2294
+ "name": "Dictionary",
2295
+ "printedName": "[Swift.String : Any]",
2296
+ "children": [
2297
+ {
2298
+ "kind": "TypeNominal",
2299
+ "name": "String",
2300
+ "printedName": "Swift.String",
2301
+ "usr": "s:SS"
2302
+ },
2303
+ {
2304
+ "kind": "TypeNominal",
2305
+ "name": "ProtocolComposition",
2306
+ "printedName": "Any"
2307
+ }
2308
+ ],
2309
+ "usr": "s:SD"
2310
+ }
2311
+ ],
2312
+ "declKind": "Func",
2313
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(im)toDictionary",
2314
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC12toDictionarySDySSypGyF",
2315
+ "moduleName": "RadarSDK",
2316
+ "overriding": true,
2317
+ "objc_name": "toDictionary",
2318
+ "declAttributes": [
2319
+ "Final",
2320
+ "ObjC",
2321
+ "Override",
2322
+ "AccessControl"
2323
+ ],
2324
+ "funcSelfKind": "NonMutating"
2325
+ },
2326
+ {
2327
+ "kind": "Function",
2328
+ "name": "toDictionary",
2329
+ "printedName": "toDictionary(_:)",
2330
+ "children": [
2331
+ {
2332
+ "kind": "TypeNominal",
2333
+ "name": "Dictionary",
2334
+ "printedName": "[Swift.String : Any]",
2335
+ "children": [
2336
+ {
2337
+ "kind": "TypeNominal",
2338
+ "name": "String",
2339
+ "printedName": "Swift.String",
2340
+ "usr": "s:SS"
2341
+ },
2342
+ {
2343
+ "kind": "TypeNominal",
2344
+ "name": "ProtocolComposition",
2345
+ "printedName": "Any"
2346
+ }
2347
+ ],
2348
+ "usr": "s:SD"
2349
+ },
2350
+ {
2351
+ "kind": "TypeNominal",
2352
+ "name": "RadarInAppMessage",
2353
+ "printedName": "RadarSDK.RadarInAppMessage",
2354
+ "usr": "c:objc(cs)RadarInAppMessage"
2355
+ }
2356
+ ],
2357
+ "declKind": "Func",
2358
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(cm)toDictionary:",
2359
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC12toDictionaryySDySSypGSo0acdE0CFZ",
2360
+ "moduleName": "RadarSDK",
2361
+ "static": true,
2362
+ "declAttributes": [
2363
+ "Final",
2364
+ "AccessControl",
2365
+ "ObjC"
2366
+ ],
2367
+ "funcSelfKind": "NonMutating"
2368
+ },
2369
+ {
2370
+ "kind": "Constructor",
2371
+ "name": "init",
2372
+ "printedName": "init()",
2373
+ "children": [
2374
+ {
2375
+ "kind": "TypeNominal",
2376
+ "name": "RadarInAppMessage_Swift",
2377
+ "printedName": "RadarSDK.RadarInAppMessage_Swift",
2378
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift"
2379
+ }
2380
+ ],
2381
+ "declKind": "Constructor",
2382
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift(im)init",
2383
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftCACycfc",
2384
+ "moduleName": "RadarSDK",
2385
+ "overriding": true,
2386
+ "implicit": true,
2387
+ "objc_name": "init",
2388
+ "declAttributes": [
2389
+ "Dynamic",
2390
+ "ObjC",
2391
+ "Override"
2392
+ ],
2393
+ "init_kind": "Designated"
2394
+ }
2395
+ ],
2396
+ "declKind": "Class",
2397
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessage_Swift",
2398
+ "mangledName": "$s8RadarSDK0A18InAppMessage_SwiftC",
2399
+ "moduleName": "RadarSDK",
2400
+ "objc_name": "RadarInAppMessage_Swift",
2401
+ "declAttributes": [
2402
+ "Final",
2403
+ "AccessControl",
2404
+ "ObjCMembers",
2405
+ "ObjC"
2406
+ ],
2407
+ "superclassUsr": "c:objc(cs)RadarInAppMessage",
2408
+ "superclassNames": [
2409
+ "RadarSDK.RadarInAppMessage",
2410
+ "ObjectiveC.NSObject"
2411
+ ],
2412
+ "conformances": [
2413
+ {
2414
+ "kind": "Conformance",
2415
+ "name": "Copyable",
2416
+ "printedName": "Copyable",
2417
+ "usr": "s:s8CopyableP",
2418
+ "mangledName": "$ss8CopyableP"
2419
+ },
2420
+ {
2421
+ "kind": "Conformance",
2422
+ "name": "Escapable",
2423
+ "printedName": "Escapable",
2424
+ "usr": "s:s9EscapableP",
2425
+ "mangledName": "$ss9EscapableP"
2426
+ },
2427
+ {
2428
+ "kind": "Conformance",
2429
+ "name": "Equatable",
2430
+ "printedName": "Equatable",
2431
+ "usr": "s:SQ",
2432
+ "mangledName": "$sSQ"
2433
+ },
2434
+ {
2435
+ "kind": "Conformance",
2436
+ "name": "Hashable",
2437
+ "printedName": "Hashable",
2438
+ "usr": "s:SH",
2439
+ "mangledName": "$sSH"
2440
+ },
2441
+ {
2442
+ "kind": "Conformance",
2443
+ "name": "CVarArg",
2444
+ "printedName": "CVarArg",
2445
+ "usr": "s:s7CVarArgP",
2446
+ "mangledName": "$ss7CVarArgP"
2447
+ },
2448
+ {
2449
+ "kind": "Conformance",
2450
+ "name": "_KeyValueCodingAndObservingPublishing",
2451
+ "printedName": "_KeyValueCodingAndObservingPublishing",
2452
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2453
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2454
+ },
2455
+ {
2456
+ "kind": "Conformance",
2457
+ "name": "_KeyValueCodingAndObserving",
2458
+ "printedName": "_KeyValueCodingAndObserving",
2459
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2460
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2461
+ },
2462
+ {
2463
+ "kind": "Conformance",
2464
+ "name": "CustomStringConvertible",
2465
+ "printedName": "CustomStringConvertible",
2466
+ "usr": "s:s23CustomStringConvertibleP",
2467
+ "mangledName": "$ss23CustomStringConvertibleP"
2468
+ },
2469
+ {
2470
+ "kind": "Conformance",
2471
+ "name": "CustomDebugStringConvertible",
2472
+ "printedName": "CustomDebugStringConvertible",
2473
+ "usr": "s:s28CustomDebugStringConvertibleP",
2474
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2475
+ }
2476
+ ]
2477
+ },
2478
+ {
2479
+ "kind": "Import",
2480
+ "name": "Foundation",
2481
+ "printedName": "Foundation",
2482
+ "declKind": "Import",
2483
+ "moduleName": "RadarSDK",
2484
+ "declAttributes": [
2485
+ "RawDocComment"
2486
+ ]
2487
+ },
2488
+ {
2489
+ "kind": "Import",
2490
+ "name": "SwiftUI",
2491
+ "printedName": "SwiftUI",
2492
+ "declKind": "Import",
2493
+ "moduleName": "RadarSDK"
2494
+ },
2495
+ {
2496
+ "kind": "TypeDecl",
2497
+ "name": "RadarInAppMessageManager",
2498
+ "printedName": "RadarInAppMessageManager",
2499
+ "children": [
2500
+ {
2501
+ "kind": "Var",
2502
+ "name": "shared",
2503
+ "printedName": "shared",
2504
+ "children": [
2505
+ {
2506
+ "kind": "TypeNominal",
2507
+ "name": "RadarInAppMessageManager",
2508
+ "printedName": "RadarSDK.RadarInAppMessageManager",
2509
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager"
2510
+ }
2511
+ ],
2512
+ "declKind": "Var",
2513
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager(cpy)shared",
2514
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC6sharedACvpZ",
2515
+ "moduleName": "RadarSDK",
2516
+ "static": true,
2517
+ "declAttributes": [
2518
+ "HasInitialValue",
2519
+ "Final",
2520
+ "HasStorage",
2521
+ "Custom",
2522
+ "AccessControl",
2523
+ "ObjC"
2524
+ ],
2525
+ "isLet": true,
2526
+ "hasStorage": true,
2527
+ "accessors": [
2528
+ {
2529
+ "kind": "Accessor",
2530
+ "name": "Get",
2531
+ "printedName": "Get()",
2532
+ "children": [
2533
+ {
2534
+ "kind": "TypeNominal",
2535
+ "name": "RadarInAppMessageManager",
2536
+ "printedName": "RadarSDK.RadarInAppMessageManager",
2537
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager"
2538
+ }
2539
+ ],
2540
+ "declKind": "Accessor",
2541
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager(cm)shared",
2542
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC6sharedACvgZ",
2543
+ "moduleName": "RadarSDK",
2544
+ "static": true,
2545
+ "implicit": true,
2546
+ "declAttributes": [
2547
+ "Final",
2548
+ "ObjC"
2549
+ ],
2550
+ "accessorKind": "get"
2551
+ }
2552
+ ]
2553
+ },
2554
+ {
2555
+ "kind": "Var",
2556
+ "name": "delegate",
2557
+ "printedName": "delegate",
2558
+ "children": [
2559
+ {
2560
+ "kind": "TypeNominal",
2561
+ "name": "RadarInAppMessageProtocol",
2562
+ "printedName": "any RadarSDK.RadarInAppMessageProtocol",
2563
+ "usr": "c:objc(pl)RadarInAppMessageProtocol"
2564
+ }
2565
+ ],
2566
+ "declKind": "Var",
2567
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvp",
2568
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvp",
2569
+ "moduleName": "RadarSDK",
2570
+ "declAttributes": [
2571
+ "HasInitialValue",
2572
+ "Custom",
2573
+ "HasStorage",
2574
+ "AccessControl"
2575
+ ],
2576
+ "hasStorage": true,
2577
+ "accessors": [
2578
+ {
2579
+ "kind": "Accessor",
2580
+ "name": "Get",
2581
+ "printedName": "Get()",
2582
+ "children": [
2583
+ {
2584
+ "kind": "TypeNominal",
2585
+ "name": "RadarInAppMessageProtocol",
2586
+ "printedName": "any RadarSDK.RadarInAppMessageProtocol",
2587
+ "usr": "c:objc(pl)RadarInAppMessageProtocol"
2588
+ }
2589
+ ],
2590
+ "declKind": "Accessor",
2591
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvg",
2592
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvg",
2593
+ "moduleName": "RadarSDK",
2594
+ "implicit": true,
2595
+ "accessorKind": "get"
2596
+ },
2597
+ {
2598
+ "kind": "Accessor",
2599
+ "name": "Set",
2600
+ "printedName": "Set()",
2601
+ "children": [
2602
+ {
2603
+ "kind": "TypeNominal",
2604
+ "name": "Void",
2605
+ "printedName": "()"
2606
+ },
2607
+ {
2608
+ "kind": "TypeNominal",
2609
+ "name": "RadarInAppMessageProtocol",
2610
+ "printedName": "any RadarSDK.RadarInAppMessageProtocol",
2611
+ "usr": "c:objc(pl)RadarInAppMessageProtocol"
2612
+ }
2613
+ ],
2614
+ "declKind": "Accessor",
2615
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvs",
2616
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvs",
2617
+ "moduleName": "RadarSDK",
2618
+ "implicit": true,
2619
+ "accessorKind": "set"
2620
+ },
2621
+ {
2622
+ "kind": "Accessor",
2623
+ "name": "Modify",
2624
+ "printedName": "Modify()",
2625
+ "children": [
2626
+ {
2627
+ "kind": "TypeNominal",
2628
+ "name": "Void",
2629
+ "printedName": "()"
2630
+ }
2631
+ ],
2632
+ "declKind": "Accessor",
2633
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvM",
2634
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC8delegateSo0acdE8Protocol_pvM",
2635
+ "moduleName": "RadarSDK",
2636
+ "implicit": true,
2637
+ "intro_iOS": "13.0",
2638
+ "declAttributes": [
2639
+ "Available"
2640
+ ],
2641
+ "accessorKind": "_modify"
2642
+ }
2643
+ ]
2644
+ },
2645
+ {
2646
+ "kind": "Var",
2647
+ "name": "view",
2648
+ "printedName": "view",
2649
+ "children": [
2650
+ {
2651
+ "kind": "TypeNominal",
2652
+ "name": "Optional",
2653
+ "printedName": "UIKit.UIView?",
2654
+ "children": [
2655
+ {
2656
+ "kind": "TypeNominal",
2657
+ "name": "UIView",
2658
+ "printedName": "UIKit.UIView",
2659
+ "usr": "c:objc(cs)UIView"
2660
+ }
2661
+ ],
2662
+ "usr": "s:Sq"
2663
+ }
2664
+ ],
2665
+ "declKind": "Var",
2666
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvp",
2667
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvp",
2668
+ "moduleName": "RadarSDK",
2669
+ "declAttributes": [
2670
+ "HasInitialValue",
2671
+ "Custom",
2672
+ "HasStorage",
2673
+ "AccessControl"
2674
+ ],
2675
+ "hasStorage": true,
2676
+ "accessors": [
2677
+ {
2678
+ "kind": "Accessor",
2679
+ "name": "Get",
2680
+ "printedName": "Get()",
2681
+ "children": [
2682
+ {
2683
+ "kind": "TypeNominal",
2684
+ "name": "Optional",
2685
+ "printedName": "UIKit.UIView?",
2686
+ "children": [
2687
+ {
2688
+ "kind": "TypeNominal",
2689
+ "name": "UIView",
2690
+ "printedName": "UIKit.UIView",
2691
+ "usr": "c:objc(cs)UIView"
2692
+ }
2693
+ ],
2694
+ "usr": "s:Sq"
2695
+ }
2696
+ ],
2697
+ "declKind": "Accessor",
2698
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvg",
2699
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvg",
2700
+ "moduleName": "RadarSDK",
2701
+ "implicit": true,
2702
+ "accessorKind": "get"
2703
+ },
2704
+ {
2705
+ "kind": "Accessor",
2706
+ "name": "Set",
2707
+ "printedName": "Set()",
2708
+ "children": [
2709
+ {
2710
+ "kind": "TypeNominal",
2711
+ "name": "Void",
2712
+ "printedName": "()"
2713
+ },
2714
+ {
2715
+ "kind": "TypeNominal",
2716
+ "name": "Optional",
2717
+ "printedName": "UIKit.UIView?",
2718
+ "children": [
2719
+ {
2720
+ "kind": "TypeNominal",
2721
+ "name": "UIView",
2722
+ "printedName": "UIKit.UIView",
2723
+ "usr": "c:objc(cs)UIView"
2724
+ }
2725
+ ],
2726
+ "usr": "s:Sq"
2727
+ }
2728
+ ],
2729
+ "declKind": "Accessor",
2730
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvs",
2731
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvs",
2732
+ "moduleName": "RadarSDK",
2733
+ "implicit": true,
2734
+ "accessorKind": "set"
2735
+ },
2736
+ {
2737
+ "kind": "Accessor",
2738
+ "name": "Modify",
2739
+ "printedName": "Modify()",
2740
+ "children": [
2741
+ {
2742
+ "kind": "TypeNominal",
2743
+ "name": "Void",
2744
+ "printedName": "()"
2745
+ }
2746
+ ],
2747
+ "declKind": "Accessor",
2748
+ "usr": "s:8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvM",
2749
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC4viewSo6UIViewCSgvM",
2750
+ "moduleName": "RadarSDK",
2751
+ "implicit": true,
2752
+ "intro_iOS": "13.0",
2753
+ "declAttributes": [
2754
+ "Available"
2755
+ ],
2756
+ "accessorKind": "_modify"
2757
+ }
2758
+ ]
2759
+ },
2760
+ {
2761
+ "kind": "Function",
2762
+ "name": "showInAppMessage",
2763
+ "printedName": "showInAppMessage(_:)",
2764
+ "children": [
2765
+ {
2766
+ "kind": "TypeNominal",
2767
+ "name": "Void",
2768
+ "printedName": "()"
2769
+ },
2770
+ {
2771
+ "kind": "TypeNominal",
2772
+ "name": "RadarInAppMessage",
2773
+ "printedName": "RadarSDK.RadarInAppMessage",
2774
+ "usr": "c:objc(cs)RadarInAppMessage"
2775
+ }
2776
+ ],
2777
+ "declKind": "Func",
2778
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager(im)showInAppMessage:completionHandler:",
2779
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC04showcdE0yySo0acdE0CYaF",
2780
+ "moduleName": "RadarSDK",
2781
+ "declAttributes": [
2782
+ "Custom",
2783
+ "AccessControl",
2784
+ "ObjC"
2785
+ ],
2786
+ "funcSelfKind": "NonMutating"
2787
+ },
2788
+ {
2789
+ "kind": "Function",
2790
+ "name": "onInAppMessageReceived",
2791
+ "printedName": "onInAppMessageReceived(messages:)",
2792
+ "children": [
2793
+ {
2794
+ "kind": "TypeNominal",
2795
+ "name": "Void",
2796
+ "printedName": "()"
2797
+ },
2798
+ {
2799
+ "kind": "TypeNominal",
2800
+ "name": "Array",
2801
+ "printedName": "[RadarSDK.RadarInAppMessage]",
2802
+ "children": [
2803
+ {
2804
+ "kind": "TypeNominal",
2805
+ "name": "RadarInAppMessage",
2806
+ "printedName": "RadarSDK.RadarInAppMessage",
2807
+ "usr": "c:objc(cs)RadarInAppMessage"
2808
+ }
2809
+ ],
2810
+ "usr": "s:Sa"
2811
+ }
2812
+ ],
2813
+ "declKind": "Func",
2814
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager(im)onInAppMessageReceivedWithMessages:",
2815
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC02oncdE8Received8messagesySaySo0acdE0CG_tF",
2816
+ "moduleName": "RadarSDK",
2817
+ "objc_name": "onInAppMessageReceivedWithMessages:",
2818
+ "declAttributes": [
2819
+ "Custom",
2820
+ "AccessControl",
2821
+ "ObjC"
2822
+ ],
2823
+ "funcSelfKind": "NonMutating"
2824
+ },
2825
+ {
2826
+ "kind": "Function",
2827
+ "name": "setDelegate",
2828
+ "printedName": "setDelegate(_:)",
2829
+ "children": [
2830
+ {
2831
+ "kind": "TypeNominal",
2832
+ "name": "Void",
2833
+ "printedName": "()"
2834
+ },
2835
+ {
2836
+ "kind": "TypeNominal",
2837
+ "name": "RadarInAppMessageProtocol",
2838
+ "printedName": "any RadarSDK.RadarInAppMessageProtocol",
2839
+ "usr": "c:objc(pl)RadarInAppMessageProtocol"
2840
+ }
2841
+ ],
2842
+ "declKind": "Func",
2843
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager(im)setDelegate:",
2844
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC11setDelegateyySo0acdE8Protocol_pF",
2845
+ "moduleName": "RadarSDK",
2846
+ "declAttributes": [
2847
+ "Custom",
2848
+ "AccessControl",
2849
+ "ObjC"
2850
+ ],
2851
+ "funcSelfKind": "NonMutating"
2852
+ },
2853
+ {
2854
+ "kind": "Constructor",
2855
+ "name": "init",
2856
+ "printedName": "init()",
2857
+ "children": [
2858
+ {
2859
+ "kind": "TypeNominal",
2860
+ "name": "RadarInAppMessageManager",
2861
+ "printedName": "RadarSDK.RadarInAppMessageManager",
2862
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager"
2863
+ }
2864
+ ],
2865
+ "declKind": "Constructor",
2866
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager(im)init",
2867
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerCACycfc",
2868
+ "moduleName": "RadarSDK",
2869
+ "overriding": true,
2870
+ "implicit": true,
2871
+ "objc_name": "init",
2872
+ "declAttributes": [
2873
+ "Dynamic",
2874
+ "ObjC",
2875
+ "Custom",
2876
+ "Override"
2877
+ ],
2878
+ "init_kind": "Designated"
2879
+ }
2880
+ ],
2881
+ "declKind": "Class",
2882
+ "usr": "c:@M@RadarSDK@objc(cs)RadarInAppMessageManager",
2883
+ "mangledName": "$s8RadarSDK0A19InAppMessageManagerC",
2884
+ "moduleName": "RadarSDK",
2885
+ "intro_iOS": "13.0",
2886
+ "declAttributes": [
2887
+ "AccessControl",
2888
+ "ObjC",
2889
+ "Available",
2890
+ "Custom"
2891
+ ],
2892
+ "superclassUsr": "c:objc(cs)NSObject",
2893
+ "inheritsConvenienceInitializers": true,
2894
+ "superclassNames": [
2895
+ "ObjectiveC.NSObject"
2896
+ ],
2897
+ "conformances": [
2898
+ {
2899
+ "kind": "Conformance",
2900
+ "name": "Copyable",
2901
+ "printedName": "Copyable",
2902
+ "usr": "s:s8CopyableP",
2903
+ "mangledName": "$ss8CopyableP"
2904
+ },
2905
+ {
2906
+ "kind": "Conformance",
2907
+ "name": "Escapable",
2908
+ "printedName": "Escapable",
2909
+ "usr": "s:s9EscapableP",
2910
+ "mangledName": "$ss9EscapableP"
2911
+ },
2912
+ {
2913
+ "kind": "Conformance",
2914
+ "name": "Equatable",
2915
+ "printedName": "Equatable",
2916
+ "usr": "s:SQ",
2917
+ "mangledName": "$sSQ"
2918
+ },
2919
+ {
2920
+ "kind": "Conformance",
2921
+ "name": "Hashable",
2922
+ "printedName": "Hashable",
2923
+ "usr": "s:SH",
2924
+ "mangledName": "$sSH"
2925
+ },
2926
+ {
2927
+ "kind": "Conformance",
2928
+ "name": "CVarArg",
2929
+ "printedName": "CVarArg",
2930
+ "usr": "s:s7CVarArgP",
2931
+ "mangledName": "$ss7CVarArgP"
2932
+ },
2933
+ {
2934
+ "kind": "Conformance",
2935
+ "name": "_KeyValueCodingAndObservingPublishing",
2936
+ "printedName": "_KeyValueCodingAndObservingPublishing",
2937
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2938
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2939
+ },
2940
+ {
2941
+ "kind": "Conformance",
2942
+ "name": "_KeyValueCodingAndObserving",
2943
+ "printedName": "_KeyValueCodingAndObserving",
2944
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2945
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2946
+ },
2947
+ {
2948
+ "kind": "Conformance",
2949
+ "name": "CustomStringConvertible",
2950
+ "printedName": "CustomStringConvertible",
2951
+ "usr": "s:s23CustomStringConvertibleP",
2952
+ "mangledName": "$ss23CustomStringConvertibleP"
2953
+ },
2954
+ {
2955
+ "kind": "Conformance",
2956
+ "name": "CustomDebugStringConvertible",
2957
+ "printedName": "CustomDebugStringConvertible",
2958
+ "usr": "s:s28CustomDebugStringConvertibleP",
2959
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2960
+ },
2961
+ {
2962
+ "kind": "Conformance",
2963
+ "name": "Sendable",
2964
+ "printedName": "Sendable",
2965
+ "usr": "s:s8SendableP",
2966
+ "mangledName": "$ss8SendableP"
2967
+ }
2968
+ ]
2969
+ },
2970
+ {
2971
+ "kind": "Import",
2972
+ "name": "Foundation",
2973
+ "printedName": "Foundation",
2974
+ "declKind": "Import",
2975
+ "moduleName": "RadarSDK",
2976
+ "declAttributes": [
2977
+ "RawDocComment"
2978
+ ]
2979
+ }
2980
+ ],
2981
+ "json_format_version": 8
2982
+ },
2983
+ "ConstValues": [
2984
+ {
2985
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
2986
+ "kind": "StringLiteral",
2987
+ "offset": 2996,
2988
+ "length": 6,
2989
+ "value": "\"type\""
2990
+ },
2991
+ {
2992
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
2993
+ "kind": "StringLiteral",
2994
+ "offset": 3004,
2995
+ "length": 8,
2996
+ "value": "\"banner\""
2997
+ },
2998
+ {
2999
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3000
+ "kind": "StringLiteral",
3001
+ "offset": 3030,
3002
+ "length": 7,
3003
+ "value": "\"title\""
3004
+ },
3005
+ {
3006
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3007
+ "kind": "Dictionary",
3008
+ "offset": 3039,
3009
+ "length": 107,
3010
+ "value": "[(\"text\", \"This is the title\"), (\"color\", \"#000000\")]"
3011
+ },
3012
+ {
3013
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3014
+ "kind": "StringLiteral",
3015
+ "offset": 3164,
3016
+ "length": 6,
3017
+ "value": "\"body\""
3018
+ },
3019
+ {
3020
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3021
+ "kind": "Dictionary",
3022
+ "offset": 3172,
3023
+ "length": 112,
3024
+ "value": "[(\"text\", \"This is a demo message\"), (\"color\", \"#666666\")]"
3025
+ },
3026
+ {
3027
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3028
+ "kind": "StringLiteral",
3029
+ "offset": 3302,
3030
+ "length": 8,
3031
+ "value": "\"button\""
3032
+ },
3033
+ {
3034
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3035
+ "kind": "Dictionary",
3036
+ "offset": 3312,
3037
+ "length": 148,
3038
+ "value": "[(\"text\", \"Send it\"), (\"color\", \"#FFFFFF\"), (\"backgroundColor\", \"#EB0083\")]"
3039
+ },
3040
+ {
3041
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3042
+ "kind": "StringLiteral",
3043
+ "offset": 3478,
3044
+ "length": 7,
3045
+ "value": "\"image\""
3046
+ },
3047
+ {
3048
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3049
+ "kind": "Dictionary",
3050
+ "offset": 3487,
3051
+ "length": 155,
3052
+ "value": "[(\"url\", \"https:\/\/images.pexels.com\/photos\/949587\/pexels-photo-949587.jpeg\"), (\"name\", \"image.jpeg\")]"
3053
+ },
3054
+ {
3055
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3056
+ "kind": "StringLiteral",
3057
+ "offset": 3767,
3058
+ "length": 11,
3059
+ "value": "\"Dismissed\""
3060
+ },
3061
+ {
3062
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageView.swift",
3063
+ "kind": "StringLiteral",
3064
+ "offset": 3827,
3065
+ "length": 15,
3066
+ "value": "\"Button tapped\""
3067
+ },
3068
+ {
3069
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarAPIHelper.swift",
3070
+ "kind": "Dictionary",
3071
+ "offset": 262,
3072
+ "length": 3,
3073
+ "value": "[]"
3074
+ },
3075
+ {
3076
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarAPIHelper.swift",
3077
+ "kind": "Dictionary",
3078
+ "offset": 295,
3079
+ "length": 3,
3080
+ "value": "[]"
3081
+ },
3082
+ {
3083
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarAPIHelper.swift",
3084
+ "kind": "Dictionary",
3085
+ "offset": 322,
3086
+ "length": 3,
3087
+ "value": "[]"
3088
+ },
3089
+ {
3090
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarAPIHelper.swift",
3091
+ "kind": "Dictionary",
3092
+ "offset": 1651,
3093
+ "length": 3,
3094
+ "value": "[]"
3095
+ },
3096
+ {
3097
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarAPIHelper.swift",
3098
+ "kind": "Dictionary",
3099
+ "offset": 1684,
3100
+ "length": 3,
3101
+ "value": "[]"
3102
+ },
3103
+ {
3104
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarAPIHelper.swift",
3105
+ "kind": "Dictionary",
3106
+ "offset": 1711,
3107
+ "length": 3,
3108
+ "value": "[]"
3109
+ },
3110
+ {
3111
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3112
+ "kind": "StringLiteral",
3113
+ "offset": 372,
3114
+ "length": 21,
3115
+ "value": "\"yyyy-MM-dd HH:mm:ss\""
3116
+ },
3117
+ {
3118
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3119
+ "kind": "BooleanLiteral",
3120
+ "offset": 516,
3121
+ "length": 4,
3122
+ "value": "true"
3123
+ },
3124
+ {
3125
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3126
+ "kind": "StringLiteral",
3127
+ "offset": 973,
3128
+ "length": 10,
3129
+ "value": "\"RadarSDK\""
3130
+ },
3131
+ {
3132
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3133
+ "kind": "StringLiteral",
3134
+ "offset": 995,
3135
+ "length": 10,
3136
+ "value": "\"RadarSDK\""
3137
+ },
3138
+ {
3139
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3140
+ "kind": "BooleanLiteral",
3141
+ "offset": 1090,
3142
+ "length": 5,
3143
+ "value": "false"
3144
+ },
3145
+ {
3146
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3147
+ "kind": "BooleanLiteral",
3148
+ "offset": 1120,
3149
+ "length": 5,
3150
+ "value": "false"
3151
+ },
3152
+ {
3153
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3154
+ "kind": "BooleanLiteral",
3155
+ "offset": 1142,
3156
+ "length": 5,
3157
+ "value": "false"
3158
+ },
3159
+ {
3160
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3161
+ "kind": "BooleanLiteral",
3162
+ "offset": 1374,
3163
+ "length": 5,
3164
+ "value": "false"
3165
+ },
3166
+ {
3167
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3168
+ "kind": "BooleanLiteral",
3169
+ "offset": 1404,
3170
+ "length": 5,
3171
+ "value": "false"
3172
+ },
3173
+ {
3174
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3175
+ "kind": "BooleanLiteral",
3176
+ "offset": 1426,
3177
+ "length": 5,
3178
+ "value": "false"
3179
+ },
3180
+ {
3181
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3182
+ "kind": "BooleanLiteral",
3183
+ "offset": 1660,
3184
+ "length": 5,
3185
+ "value": "false"
3186
+ },
3187
+ {
3188
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3189
+ "kind": "BooleanLiteral",
3190
+ "offset": 1690,
3191
+ "length": 5,
3192
+ "value": "false"
3193
+ },
3194
+ {
3195
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3196
+ "kind": "BooleanLiteral",
3197
+ "offset": 1712,
3198
+ "length": 5,
3199
+ "value": "false"
3200
+ },
3201
+ {
3202
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3203
+ "kind": "BooleanLiteral",
3204
+ "offset": 1961,
3205
+ "length": 5,
3206
+ "value": "false"
3207
+ },
3208
+ {
3209
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3210
+ "kind": "BooleanLiteral",
3211
+ "offset": 1991,
3212
+ "length": 5,
3213
+ "value": "false"
3214
+ },
3215
+ {
3216
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarLogger.swift",
3217
+ "kind": "BooleanLiteral",
3218
+ "offset": 2013,
3219
+ "length": 5,
3220
+ "value": "false"
3221
+ },
3222
+ {
3223
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3224
+ "kind": "StringLiteral",
3225
+ "offset": 235,
3226
+ "length": 22,
3227
+ "value": "\"https:\/\/api.radar.io\""
3228
+ },
3229
+ {
3230
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3231
+ "kind": "StringLiteral",
3232
+ "offset": 295,
3233
+ "length": 31,
3234
+ "value": "\"https:\/\/api-verified.radar.io\""
3235
+ },
3236
+ {
3237
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3238
+ "kind": "StringLiteral",
3239
+ "offset": 3113,
3240
+ "length": 5,
3241
+ "value": "\"%.f\""
3242
+ },
3243
+ {
3244
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3245
+ "kind": "IntegerLiteral",
3246
+ "offset": 9566,
3247
+ "length": 1,
3248
+ "value": "0"
3249
+ },
3250
+ {
3251
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3252
+ "kind": "IntegerLiteral",
3253
+ "offset": 10301,
3254
+ "length": 1,
3255
+ "value": "0"
3256
+ },
3257
+ {
3258
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3259
+ "kind": "BooleanLiteral",
3260
+ "offset": 10416,
3261
+ "length": 5,
3262
+ "value": "false"
3263
+ },
3264
+ {
3265
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarSettings.swift",
3266
+ "kind": "BooleanLiteral",
3267
+ "offset": 10899,
3268
+ "length": 4,
3269
+ "value": "true"
3270
+ },
3271
+ {
3272
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarInAppMessageManager.swift",
3273
+ "kind": "BooleanLiteral",
3274
+ "offset": 698,
3275
+ "length": 4,
3276
+ "value": "true"
3277
+ },
3278
+ {
3279
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3280
+ "kind": "StringLiteral",
3281
+ "offset": 268,
3282
+ "length": 22,
3283
+ "value": "\"radar-publishableKey\""
3284
+ },
3285
+ {
3286
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3287
+ "kind": "StringLiteral",
3288
+ "offset": 316,
3289
+ "length": 17,
3290
+ "value": "\"radar-installId\""
3291
+ },
3292
+ {
3293
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3294
+ "kind": "StringLiteral",
3295
+ "offset": 359,
3296
+ "length": 17,
3297
+ "value": "\"radar-sessionId\""
3298
+ },
3299
+ {
3300
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3301
+ "kind": "StringLiteral",
3302
+ "offset": 395,
3303
+ "length": 11,
3304
+ "value": "\"radar-_id\""
3305
+ },
3306
+ {
3307
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3308
+ "kind": "StringLiteral",
3309
+ "offset": 429,
3310
+ "length": 14,
3311
+ "value": "\"radar-userId\""
3312
+ },
3313
+ {
3314
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3315
+ "kind": "StringLiteral",
3316
+ "offset": 471,
3317
+ "length": 19,
3318
+ "value": "\"radar-description\""
3319
+ },
3320
+ {
3321
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3322
+ "kind": "StringLiteral",
3323
+ "offset": 514,
3324
+ "length": 15,
3325
+ "value": "\"radar-product\""
3326
+ },
3327
+ {
3328
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3329
+ "kind": "StringLiteral",
3330
+ "offset": 554,
3331
+ "length": 16,
3332
+ "value": "\"radar-metadata\""
3333
+ },
3334
+ {
3335
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3336
+ "kind": "StringLiteral",
3337
+ "offset": 596,
3338
+ "length": 17,
3339
+ "value": "\"radar-anonymous\""
3340
+ },
3341
+ {
3342
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3343
+ "kind": "StringLiteral",
3344
+ "offset": 638,
3345
+ "length": 16,
3346
+ "value": "\"radar-tracking\""
3347
+ },
3348
+ {
3349
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3350
+ "kind": "StringLiteral",
3351
+ "offset": 686,
3352
+ "length": 23,
3353
+ "value": "\"radar-trackingOptions\""
3354
+ },
3355
+ {
3356
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3357
+ "kind": "StringLiteral",
3358
+ "offset": 749,
3359
+ "length": 31,
3360
+ "value": "\"radar-previousTrackingOptions\""
3361
+ },
3362
+ {
3363
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3364
+ "kind": "StringLiteral",
3365
+ "offset": 818,
3366
+ "length": 29,
3367
+ "value": "\"radar-remoteTrackingOptions\""
3368
+ },
3369
+ {
3370
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3371
+ "kind": "StringLiteral",
3372
+ "offset": 886,
3373
+ "length": 30,
3374
+ "value": "\"radar-clientSdkConfiguration\""
3375
+ },
3376
+ {
3377
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3378
+ "kind": "StringLiteral",
3379
+ "offset": 949,
3380
+ "length": 24,
3381
+ "value": "\"radar-sdkConfiguration\""
3382
+ },
3383
+ {
3384
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3385
+ "kind": "StringLiteral",
3386
+ "offset": 1001,
3387
+ "length": 19,
3388
+ "value": "\"radar-tripOptions\""
3389
+ },
3390
+ {
3391
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3392
+ "kind": "StringLiteral",
3393
+ "offset": 1045,
3394
+ "length": 16,
3395
+ "value": "\"radar-logLevel\""
3396
+ },
3397
+ {
3398
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3399
+ "kind": "StringLiteral",
3400
+ "offset": 1089,
3401
+ "length": 19,
3402
+ "value": "\"radar-beaconUUIDs\""
3403
+ },
3404
+ {
3405
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3406
+ "kind": "StringLiteral",
3407
+ "offset": 1129,
3408
+ "length": 12,
3409
+ "value": "\"radar-host\""
3410
+ },
3411
+ {
3412
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3413
+ "kind": "StringLiteral",
3414
+ "offset": 1173,
3415
+ "length": 23,
3416
+ "value": "\"radar-lastTrackedTime\""
3417
+ },
3418
+ {
3419
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3420
+ "kind": "StringLiteral",
3421
+ "offset": 1225,
3422
+ "length": 20,
3423
+ "value": "\"radar-verifiedHost\""
3424
+ },
3425
+ {
3426
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3427
+ "kind": "StringLiteral",
3428
+ "offset": 1277,
3429
+ "length": 23,
3430
+ "value": "\"radar-lastAppOpenTime\""
3431
+ },
3432
+ {
3433
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3434
+ "kind": "StringLiteral",
3435
+ "offset": 1326,
3436
+ "length": 17,
3437
+ "value": "\"radar-userDebug\""
3438
+ },
3439
+ {
3440
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3441
+ "kind": "StringLiteral",
3442
+ "offset": 1376,
3443
+ "length": 24,
3444
+ "value": "\"radar-xPlatformSDKType\""
3445
+ },
3446
+ {
3447
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3448
+ "kind": "StringLiteral",
3449
+ "offset": 1436,
3450
+ "length": 27,
3451
+ "value": "\"radar-xPlatformSDKVersion\""
3452
+ },
3453
+ {
3454
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3455
+ "kind": "StringLiteral",
3456
+ "offset": 1497,
3457
+ "length": 25,
3458
+ "value": "\"radar-initializeOptions\""
3459
+ },
3460
+ {
3461
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3462
+ "kind": "StringLiteral",
3463
+ "offset": 1547,
3464
+ "length": 16,
3465
+ "value": "\"radar-userTags\""
3466
+ },
3467
+ {
3468
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3469
+ "kind": "StringLiteral",
3470
+ "offset": 1601,
3471
+ "length": 29,
3472
+ "value": "\"radar-pushNotificationToken\""
3473
+ },
3474
+ {
3475
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3476
+ "kind": "StringLiteral",
3477
+ "offset": 1669,
3478
+ "length": 30,
3479
+ "value": "\"radar-locationExtensionToken\""
3480
+ },
3481
+ {
3482
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3483
+ "kind": "StringLiteral",
3484
+ "offset": 1728,
3485
+ "length": 20,
3486
+ "value": "\"radar-inSurveyMode\""
3487
+ },
3488
+ {
3489
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3490
+ "kind": "StringLiteral",
3491
+ "offset": 1773,
3492
+ "length": 16,
3493
+ "value": "\"radar-appGroup\""
3494
+ },
3495
+ {
3496
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3497
+ "kind": "StringLiteral",
3498
+ "offset": 1849,
3499
+ "length": 20,
3500
+ "value": "\"radar-lastLocation\""
3501
+ },
3502
+ {
3503
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3504
+ "kind": "StringLiteral",
3505
+ "offset": 1903,
3506
+ "length": 25,
3507
+ "value": "\"radar-lastMovedLocation\""
3508
+ },
3509
+ {
3510
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3511
+ "kind": "StringLiteral",
3512
+ "offset": 1956,
3513
+ "length": 19,
3514
+ "value": "\"radar-lastMovedAt\""
3515
+ },
3516
+ {
3517
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3518
+ "kind": "StringLiteral",
3519
+ "offset": 1999,
3520
+ "length": 15,
3521
+ "value": "\"radar-stopped\""
3522
+ },
3523
+ {
3524
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3525
+ "kind": "StringLiteral",
3526
+ "offset": 2041,
3527
+ "length": 18,
3528
+ "value": "\"radar-lastSentAt\""
3529
+ },
3530
+ {
3531
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3532
+ "kind": "StringLiteral",
3533
+ "offset": 2083,
3534
+ "length": 15,
3535
+ "value": "\"radar-canExit\""
3536
+ },
3537
+ {
3538
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3539
+ "kind": "StringLiteral",
3540
+ "offset": 2140,
3541
+ "length": 33,
3542
+ "value": "\"radar-lastFailedStoppedLocation\""
3543
+ },
3544
+ {
3545
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3546
+ "kind": "StringLiteral",
3547
+ "offset": 2201,
3548
+ "length": 19,
3549
+ "value": "\"radar-geofenceIds\""
3550
+ },
3551
+ {
3552
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3553
+ "kind": "StringLiteral",
3554
+ "offset": 2244,
3555
+ "length": 15,
3556
+ "value": "\"radar-placeId\""
3557
+ },
3558
+ {
3559
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3560
+ "kind": "StringLiteral",
3561
+ "offset": 2285,
3562
+ "length": 17,
3563
+ "value": "\"radar-regionIds\""
3564
+ },
3565
+ {
3566
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3567
+ "kind": "StringLiteral",
3568
+ "offset": 2328,
3569
+ "length": 17,
3570
+ "value": "\"radar-beaconIds\""
3571
+ },
3572
+ {
3573
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3574
+ "kind": "StringLiteral",
3575
+ "offset": 2377,
3576
+ "length": 23,
3577
+ "value": "\"radar-lastHeadingData\""
3578
+ },
3579
+ {
3580
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3581
+ "kind": "StringLiteral",
3582
+ "offset": 2439,
3583
+ "length": 30,
3584
+ "value": "\"radar-lastMotionActivityData\""
3585
+ },
3586
+ {
3587
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3588
+ "kind": "StringLiteral",
3589
+ "offset": 2502,
3590
+ "length": 24,
3591
+ "value": "\"radar-lastPressureData\""
3592
+ },
3593
+ {
3594
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3595
+ "kind": "StringLiteral",
3596
+ "offset": 2572,
3597
+ "length": 37,
3598
+ "value": "\"radar-notificationPermissionGranted\""
3599
+ },
3600
+ {
3601
+ "filePath": "\/tmp\/radar-static-build\/radar-sdk-ios\/RadarSDK\/RadarUserDefaults.swift",
3602
+ "kind": "StringLiteral",
3603
+ "offset": 2649,
3604
+ "length": 31,
3605
+ "value": "\"radar-registeredNotifications\""
3606
+ }
3607
+ ]
3608
+ }