react-native-notifyvisitors 4.5.2 → 4.5.3

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 (74) hide show
  1. package/android/.classpath +1 -1
  2. package/android/.settings/org.eclipse.jdt.core.prefs +3 -3
  3. package/android/build.gradle +5 -6
  4. package/android/src/main/java/com/rn_notifyvisitors/RNNotifyVisitorsEmbedViewManager.java +35 -0
  5. package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsModule.java +41 -3
  6. package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsPackage.java +6 -2
  7. package/index.d.ts +9 -4
  8. package/index.js +20 -0
  9. package/ios/RNNotifyvisitors/RCTNVEventEmitter.m +62 -1
  10. package/ios/RNNotifyvisitors/RNNVExtensionService.h +0 -1
  11. package/ios/RNNotifyvisitors/RNNVNativeDisplayViewManager.h +22 -0
  12. package/ios/RNNotifyvisitors/RNNVNativeDisplayViewManager.m +50 -0
  13. package/ios/RNNotifyvisitors/RNNotifyvisitors.h +0 -2
  14. package/ios/RNNotifyvisitors/RNNotifyvisitors.m +2 -2
  15. package/ios/RNNotifyvisitors.xcodeproj/project.pbxproj +8 -4
  16. package/ios/notifyvisitors.xcframework/Info.plist +7 -7
  17. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Headers/notifyvisitors.h +3 -1
  18. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Info.plist +0 -0
  19. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/_CodeSignature/CodeResources +3 -3
  20. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/notifyvisitors +0 -0
  21. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/Headers/notifyvisitors.h +3 -1
  22. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/Resources/Info.plist +2 -2
  23. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/_CodeSignature/CodeResources +3 -3
  24. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/notifyvisitors +0 -0
  25. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/Headers/notifyvisitors.h +3 -1
  26. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/Info.plist +0 -0
  27. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/_CodeSignature/CodeResources +3 -3
  28. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/notifyvisitors +0 -0
  29. package/ios/notifyvisitorsNudges.xcframework/Info.plist +61 -0
  30. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges-Swift.h +355 -0
  31. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges.h +18 -0
  32. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Info.plist +0 -0
  33. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/module.modulemap +11 -0
  34. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.abi.json +2130 -0
  35. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.private.swiftinterface +41 -0
  36. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  37. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.swiftinterface +41 -0
  38. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/notifyvisitorsNudges +0 -0
  39. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Headers/notifyvisitorsNudges-Swift.h +706 -0
  40. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Headers/notifyvisitorsNudges.h +18 -0
  41. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/module.modulemap +11 -0
  42. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.abi.json +2130 -0
  43. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface +41 -0
  44. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.swiftdoc +0 -0
  45. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.swiftinterface +41 -0
  46. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.abi.json +2130 -0
  47. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface +41 -0
  48. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.swiftdoc +0 -0
  49. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +41 -0
  50. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Resources/Info.plist +50 -0
  51. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/notifyvisitorsNudges +0 -0
  52. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges-Swift.h +706 -0
  53. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges.h +18 -0
  54. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Info.plist +0 -0
  55. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/module.modulemap +11 -0
  56. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.abi.json +2130 -0
  57. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +41 -0
  58. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  59. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.swiftinterface +41 -0
  60. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.abi.json +2130 -0
  61. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +41 -0
  62. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  63. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +41 -0
  64. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/_CodeSignature/CodeResources +245 -0
  65. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/notifyvisitorsNudges +0 -0
  66. package/package.json +1 -1
  67. package/react-native-notifyvisitors.podspec +3 -1
  68. package/android/bin/.project +0 -34
  69. package/android/bin/.settings/org.eclipse.buildship.core.prefs +0 -13
  70. package/android/bin/build.gradle +0 -45
  71. package/android/bin/src/main/AndroidManifest.xml +0 -24
  72. package/android/bin/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsModule.class +0 -0
  73. package/android/bin/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsPackage.class +0 -0
  74. package/android/bin/src/main/res/values/strings.xml +0 -3
@@ -0,0 +1,2130 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "notifyvisitorsNudges",
5
+ "printedName": "notifyvisitorsNudges",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "AVFoundation",
10
+ "printedName": "AVFoundation",
11
+ "declKind": "Import",
12
+ "moduleName": "notifyvisitorsNudges",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "CoreGraphics",
20
+ "printedName": "CoreGraphics",
21
+ "declKind": "Import",
22
+ "moduleName": "notifyvisitorsNudges"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "Foundation",
27
+ "printedName": "Foundation",
28
+ "declKind": "Import",
29
+ "moduleName": "notifyvisitorsNudges",
30
+ "declAttributes": [
31
+ "RawDocComment"
32
+ ]
33
+ },
34
+ {
35
+ "kind": "Import",
36
+ "name": "Foundation",
37
+ "printedName": "Foundation",
38
+ "declKind": "Import",
39
+ "moduleName": "notifyvisitorsNudges",
40
+ "declAttributes": [
41
+ "RawDocComment"
42
+ ]
43
+ },
44
+ {
45
+ "kind": "Import",
46
+ "name": "WebKit",
47
+ "printedName": "WebKit",
48
+ "declKind": "Import",
49
+ "moduleName": "notifyvisitorsNudges"
50
+ },
51
+ {
52
+ "kind": "TypeDecl",
53
+ "name": "notifyvisitorsNudgesDelegate",
54
+ "printedName": "notifyvisitorsNudgesDelegate",
55
+ "children": [
56
+ {
57
+ "kind": "Function",
58
+ "name": "notifyvisitorsNudgesTrackInAppStatisticsListner",
59
+ "printedName": "notifyvisitorsNudgesTrackInAppStatisticsListner(forNotificationID:statsActionType:pageName:templateID:)",
60
+ "children": [
61
+ {
62
+ "kind": "TypeNominal",
63
+ "name": "Void",
64
+ "printedName": "()"
65
+ },
66
+ {
67
+ "kind": "TypeNominal",
68
+ "name": "Optional",
69
+ "printedName": "Swift.String?",
70
+ "children": [
71
+ {
72
+ "kind": "TypeNominal",
73
+ "name": "String",
74
+ "printedName": "Swift.String",
75
+ "usr": "s:SS"
76
+ }
77
+ ],
78
+ "usr": "s:Sq"
79
+ },
80
+ {
81
+ "kind": "TypeNominal",
82
+ "name": "Optional",
83
+ "printedName": "Swift.String?",
84
+ "children": [
85
+ {
86
+ "kind": "TypeNominal",
87
+ "name": "String",
88
+ "printedName": "Swift.String",
89
+ "usr": "s:SS"
90
+ }
91
+ ],
92
+ "usr": "s:Sq"
93
+ },
94
+ {
95
+ "kind": "TypeNominal",
96
+ "name": "Optional",
97
+ "printedName": "Swift.String?",
98
+ "children": [
99
+ {
100
+ "kind": "TypeNominal",
101
+ "name": "String",
102
+ "printedName": "Swift.String",
103
+ "usr": "s:SS"
104
+ }
105
+ ],
106
+ "usr": "s:Sq"
107
+ },
108
+ {
109
+ "kind": "TypeNominal",
110
+ "name": "Optional",
111
+ "printedName": "Swift.String?",
112
+ "children": [
113
+ {
114
+ "kind": "TypeNominal",
115
+ "name": "String",
116
+ "printedName": "Swift.String",
117
+ "usr": "s:SS"
118
+ }
119
+ ],
120
+ "usr": "s:Sq"
121
+ }
122
+ ],
123
+ "declKind": "Func",
124
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate(im)notifyvisitorsNudgesTrackInAppStatisticsListnerForNotificationID:statsActionType:pageName:templateID:",
125
+ "mangledName": "$s20notifyvisitorsNudges0aB8DelegateP0aB27TrackInAppStatisticsListner17forNotificationID15statsActionType8pageName08templateK0ySSSg_A3ItF",
126
+ "moduleName": "notifyvisitorsNudges",
127
+ "genericSig": "<τ_0_0 where τ_0_0 : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
128
+ "sugared_genericSig": "<Self where Self : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
129
+ "protocolReq": true,
130
+ "objc_name": "notifyvisitorsNudgesTrackInAppStatisticsListnerForNotificationID:statsActionType:pageName:templateID:",
131
+ "declAttributes": [
132
+ "Optional",
133
+ "ObjC"
134
+ ],
135
+ "reqNewWitnessTableEntry": true,
136
+ "funcSelfKind": "NonMutating"
137
+ },
138
+ {
139
+ "kind": "Function",
140
+ "name": "notifyvisitorsNudgesTriggerInAppBannerImpressionCallbackListner",
141
+ "printedName": "notifyvisitorsNudgesTriggerInAppBannerImpressionCallbackListner(forNotificationID:)",
142
+ "children": [
143
+ {
144
+ "kind": "TypeNominal",
145
+ "name": "Void",
146
+ "printedName": "()"
147
+ },
148
+ {
149
+ "kind": "TypeNominal",
150
+ "name": "Optional",
151
+ "printedName": "Swift.String?",
152
+ "children": [
153
+ {
154
+ "kind": "TypeNominal",
155
+ "name": "String",
156
+ "printedName": "Swift.String",
157
+ "usr": "s:SS"
158
+ }
159
+ ],
160
+ "usr": "s:Sq"
161
+ }
162
+ ],
163
+ "declKind": "Func",
164
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate(im)notifyvisitorsNudgesTriggerInAppBannerImpressionCallbackListnerForNotificationID:",
165
+ "mangledName": "$s20notifyvisitorsNudges0aB8DelegateP0aB43TriggerInAppBannerImpressionCallbackListner17forNotificationIDySSSg_tF",
166
+ "moduleName": "notifyvisitorsNudges",
167
+ "genericSig": "<τ_0_0 where τ_0_0 : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
168
+ "sugared_genericSig": "<Self where Self : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
169
+ "protocolReq": true,
170
+ "objc_name": "notifyvisitorsNudgesTriggerInAppBannerImpressionCallbackListnerForNotificationID:",
171
+ "declAttributes": [
172
+ "Optional",
173
+ "ObjC"
174
+ ],
175
+ "reqNewWitnessTableEntry": true,
176
+ "funcSelfKind": "NonMutating"
177
+ },
178
+ {
179
+ "kind": "Function",
180
+ "name": "notifyvisitorsNudgesOnClickListner",
181
+ "printedName": "notifyvisitorsNudgesOnClickListner(withEvent:)",
182
+ "children": [
183
+ {
184
+ "kind": "TypeNominal",
185
+ "name": "Void",
186
+ "printedName": "()"
187
+ },
188
+ {
189
+ "kind": "TypeNominal",
190
+ "name": "Dictionary",
191
+ "printedName": "[Swift.AnyHashable : Any]",
192
+ "children": [
193
+ {
194
+ "kind": "TypeNominal",
195
+ "name": "AnyHashable",
196
+ "printedName": "Swift.AnyHashable",
197
+ "usr": "s:s11AnyHashableV"
198
+ },
199
+ {
200
+ "kind": "TypeNominal",
201
+ "name": "ProtocolComposition",
202
+ "printedName": "Any"
203
+ }
204
+ ],
205
+ "usr": "s:SD"
206
+ }
207
+ ],
208
+ "declKind": "Func",
209
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate(im)notifyvisitorsNudgesOnClickListnerWithEvent:",
210
+ "mangledName": "$s20notifyvisitorsNudges0aB8DelegateP0aB14OnClickListner9withEventySDys11AnyHashableVypG_tF",
211
+ "moduleName": "notifyvisitorsNudges",
212
+ "genericSig": "<τ_0_0 where τ_0_0 : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
213
+ "sugared_genericSig": "<Self where Self : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
214
+ "protocolReq": true,
215
+ "objc_name": "notifyvisitorsNudgesOnClickListnerWithEvent:",
216
+ "declAttributes": [
217
+ "Optional",
218
+ "ObjC"
219
+ ],
220
+ "reqNewWitnessTableEntry": true,
221
+ "funcSelfKind": "NonMutating"
222
+ },
223
+ {
224
+ "kind": "Function",
225
+ "name": "notifyvisitorsNudgesOnCloseButtonClickListner",
226
+ "printedName": "notifyvisitorsNudgesOnCloseButtonClickListner(forNotificationID:)",
227
+ "children": [
228
+ {
229
+ "kind": "TypeNominal",
230
+ "name": "Void",
231
+ "printedName": "()"
232
+ },
233
+ {
234
+ "kind": "TypeNominal",
235
+ "name": "Optional",
236
+ "printedName": "Swift.String?",
237
+ "children": [
238
+ {
239
+ "kind": "TypeNominal",
240
+ "name": "String",
241
+ "printedName": "Swift.String",
242
+ "usr": "s:SS"
243
+ }
244
+ ],
245
+ "usr": "s:Sq"
246
+ }
247
+ ],
248
+ "declKind": "Func",
249
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate(im)notifyvisitorsNudgesOnCloseButtonClickListnerForNotificationID:",
250
+ "mangledName": "$s20notifyvisitorsNudges0aB8DelegateP0aB25OnCloseButtonClickListner17forNotificationIDySSSg_tF",
251
+ "moduleName": "notifyvisitorsNudges",
252
+ "genericSig": "<τ_0_0 where τ_0_0 : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
253
+ "sugared_genericSig": "<Self where Self : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
254
+ "protocolReq": true,
255
+ "objc_name": "notifyvisitorsNudgesOnCloseButtonClickListnerForNotificationID:",
256
+ "declAttributes": [
257
+ "Optional",
258
+ "ObjC"
259
+ ],
260
+ "reqNewWitnessTableEntry": true,
261
+ "funcSelfKind": "NonMutating"
262
+ },
263
+ {
264
+ "kind": "Function",
265
+ "name": "notifyvisitorsNudgesOnClickInWKWebViewListner",
266
+ "printedName": "notifyvisitorsNudgesOnClickInWKWebViewListner(withUserContentController:didReceiveMessage:isValidNudgesWebView:)",
267
+ "children": [
268
+ {
269
+ "kind": "TypeNominal",
270
+ "name": "Void",
271
+ "printedName": "()"
272
+ },
273
+ {
274
+ "kind": "TypeNominal",
275
+ "name": "WKUserContentController",
276
+ "printedName": "WebKit.WKUserContentController",
277
+ "usr": "c:objc(cs)WKUserContentController"
278
+ },
279
+ {
280
+ "kind": "TypeNominal",
281
+ "name": "WKScriptMessage",
282
+ "printedName": "WebKit.WKScriptMessage",
283
+ "usr": "c:objc(cs)WKScriptMessage"
284
+ },
285
+ {
286
+ "kind": "TypeNominal",
287
+ "name": "Bool",
288
+ "printedName": "Swift.Bool",
289
+ "usr": "s:Sb"
290
+ }
291
+ ],
292
+ "declKind": "Func",
293
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate(im)notifyvisitorsNudgesOnClickInWKWebViewListnerWithUserContentController:didReceiveMessage:isValidNudgesWebView:",
294
+ "mangledName": "$s20notifyvisitorsNudges0aB8DelegateP0aB25OnClickInWKWebViewListner25withUserContentController17didReceiveMessage07isValidb3WebH0ySo06WKUserlM0C_So08WKScriptP0CSbtF",
295
+ "moduleName": "notifyvisitorsNudges",
296
+ "genericSig": "<τ_0_0 where τ_0_0 : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
297
+ "sugared_genericSig": "<Self where Self : notifyvisitorsNudges.notifyvisitorsNudgesDelegate>",
298
+ "protocolReq": true,
299
+ "objc_name": "notifyvisitorsNudgesOnClickInWKWebViewListnerWithUserContentController:didReceiveMessage:isValidNudgesWebView:",
300
+ "declAttributes": [
301
+ "Optional",
302
+ "ObjC"
303
+ ],
304
+ "reqNewWitnessTableEntry": true,
305
+ "funcSelfKind": "NonMutating"
306
+ }
307
+ ],
308
+ "declKind": "Protocol",
309
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate",
310
+ "mangledName": "$s20notifyvisitorsNudges0aB8DelegateP",
311
+ "moduleName": "notifyvisitorsNudges",
312
+ "genericSig": "<τ_0_0 : ObjectiveC.NSObjectProtocol>",
313
+ "sugared_genericSig": "<Self : ObjectiveC.NSObjectProtocol>",
314
+ "declAttributes": [
315
+ "AccessControl",
316
+ "ObjC"
317
+ ],
318
+ "conformances": [
319
+ {
320
+ "kind": "Conformance",
321
+ "name": "Escapable",
322
+ "printedName": "Escapable",
323
+ "usr": "s:s9EscapableP",
324
+ "mangledName": "$ss9EscapableP"
325
+ },
326
+ {
327
+ "kind": "Conformance",
328
+ "name": "Copyable",
329
+ "printedName": "Copyable",
330
+ "usr": "s:s8CopyableP",
331
+ "mangledName": "$ss8CopyableP"
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "kind": "Import",
337
+ "name": "Foundation",
338
+ "printedName": "Foundation",
339
+ "declKind": "Import",
340
+ "moduleName": "notifyvisitorsNudges",
341
+ "declAttributes": [
342
+ "RawDocComment"
343
+ ]
344
+ },
345
+ {
346
+ "kind": "Import",
347
+ "name": "UIKit",
348
+ "printedName": "UIKit",
349
+ "declKind": "Import",
350
+ "moduleName": "notifyvisitorsNudges"
351
+ },
352
+ {
353
+ "kind": "Import",
354
+ "name": "UIKit",
355
+ "printedName": "UIKit",
356
+ "declKind": "Import",
357
+ "moduleName": "notifyvisitorsNudges",
358
+ "declAttributes": [
359
+ "RawDocComment"
360
+ ]
361
+ },
362
+ {
363
+ "kind": "TypeDecl",
364
+ "name": "notifyvisitorsNudgesManager",
365
+ "printedName": "notifyvisitorsNudgesManager",
366
+ "children": [
367
+ {
368
+ "kind": "Var",
369
+ "name": "sharedInstance",
370
+ "printedName": "sharedInstance",
371
+ "children": [
372
+ {
373
+ "kind": "TypeNominal",
374
+ "name": "notifyvisitorsNudgesManager",
375
+ "printedName": "notifyvisitorsNudges.notifyvisitorsNudgesManager",
376
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager"
377
+ }
378
+ ],
379
+ "declKind": "Var",
380
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(cpy)sharedInstance",
381
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC14sharedInstanceACvpZ",
382
+ "moduleName": "notifyvisitorsNudges",
383
+ "static": true,
384
+ "declAttributes": [
385
+ "HasInitialValue",
386
+ "Final",
387
+ "HasStorage",
388
+ "AccessControl",
389
+ "ObjC"
390
+ ],
391
+ "isLet": true,
392
+ "hasStorage": true,
393
+ "accessors": [
394
+ {
395
+ "kind": "Accessor",
396
+ "name": "Get",
397
+ "printedName": "Get()",
398
+ "children": [
399
+ {
400
+ "kind": "TypeNominal",
401
+ "name": "notifyvisitorsNudgesManager",
402
+ "printedName": "notifyvisitorsNudges.notifyvisitorsNudgesManager",
403
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager"
404
+ }
405
+ ],
406
+ "declKind": "Accessor",
407
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(cm)sharedInstance",
408
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC14sharedInstanceACvgZ",
409
+ "moduleName": "notifyvisitorsNudges",
410
+ "static": true,
411
+ "implicit": true,
412
+ "declAttributes": [
413
+ "Final",
414
+ "ObjC"
415
+ ],
416
+ "accessorKind": "get"
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "kind": "Var",
422
+ "name": "delegate",
423
+ "printedName": "delegate",
424
+ "children": [
425
+ {
426
+ "kind": "TypeNominal",
427
+ "name": "WeakStorage",
428
+ "printedName": "(any notifyvisitorsNudges.notifyvisitorsNudgesDelegate)?"
429
+ }
430
+ ],
431
+ "declKind": "Var",
432
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(py)delegate",
433
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC8delegateAA0aB8Delegate_pSgvp",
434
+ "moduleName": "notifyvisitorsNudges",
435
+ "declAttributes": [
436
+ "HasInitialValue",
437
+ "HasStorage",
438
+ "ReferenceOwnership",
439
+ "AccessControl",
440
+ "ObjC"
441
+ ],
442
+ "ownership": 1,
443
+ "hasStorage": true,
444
+ "accessors": [
445
+ {
446
+ "kind": "Accessor",
447
+ "name": "Get",
448
+ "printedName": "Get()",
449
+ "children": [
450
+ {
451
+ "kind": "TypeNominal",
452
+ "name": "Optional",
453
+ "printedName": "(any notifyvisitorsNudges.notifyvisitorsNudgesDelegate)?",
454
+ "children": [
455
+ {
456
+ "kind": "TypeNominal",
457
+ "name": "notifyvisitorsNudgesDelegate",
458
+ "printedName": "any notifyvisitorsNudges.notifyvisitorsNudgesDelegate",
459
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate"
460
+ }
461
+ ],
462
+ "usr": "s:Sq"
463
+ }
464
+ ],
465
+ "declKind": "Accessor",
466
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(im)delegate",
467
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC8delegateAA0aB8Delegate_pSgvg",
468
+ "moduleName": "notifyvisitorsNudges",
469
+ "implicit": true,
470
+ "declAttributes": [
471
+ "ObjC"
472
+ ],
473
+ "accessorKind": "get"
474
+ },
475
+ {
476
+ "kind": "Accessor",
477
+ "name": "Set",
478
+ "printedName": "Set()",
479
+ "children": [
480
+ {
481
+ "kind": "TypeNominal",
482
+ "name": "Void",
483
+ "printedName": "()"
484
+ },
485
+ {
486
+ "kind": "TypeNominal",
487
+ "name": "Optional",
488
+ "printedName": "(any notifyvisitorsNudges.notifyvisitorsNudgesDelegate)?",
489
+ "children": [
490
+ {
491
+ "kind": "TypeNominal",
492
+ "name": "notifyvisitorsNudgesDelegate",
493
+ "printedName": "any notifyvisitorsNudges.notifyvisitorsNudgesDelegate",
494
+ "usr": "c:@M@notifyvisitorsNudges@objc(pl)notifyvisitorsNudgesDelegate"
495
+ }
496
+ ],
497
+ "usr": "s:Sq"
498
+ }
499
+ ],
500
+ "declKind": "Accessor",
501
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(im)setDelegate:",
502
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC8delegateAA0aB8Delegate_pSgvs",
503
+ "moduleName": "notifyvisitorsNudges",
504
+ "implicit": true,
505
+ "declAttributes": [
506
+ "ObjC"
507
+ ],
508
+ "accessorKind": "set"
509
+ },
510
+ {
511
+ "kind": "Accessor",
512
+ "name": "Modify",
513
+ "printedName": "Modify()",
514
+ "children": [
515
+ {
516
+ "kind": "TypeNominal",
517
+ "name": "Void",
518
+ "printedName": "()"
519
+ }
520
+ ],
521
+ "declKind": "Accessor",
522
+ "usr": "s:20notifyvisitorsNudges0aB7ManagerC8delegateAA0aB8Delegate_pSgvM",
523
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC8delegateAA0aB8Delegate_pSgvM",
524
+ "moduleName": "notifyvisitorsNudges",
525
+ "implicit": true,
526
+ "accessorKind": "_modify"
527
+ }
528
+ ]
529
+ },
530
+ {
531
+ "kind": "Function",
532
+ "name": "showPipVideoPopup",
533
+ "printedName": "showPipVideoPopup(withInAppMessaageData:)",
534
+ "children": [
535
+ {
536
+ "kind": "TypeNominal",
537
+ "name": "Void",
538
+ "printedName": "()"
539
+ },
540
+ {
541
+ "kind": "TypeNominal",
542
+ "name": "Optional",
543
+ "printedName": "Foundation.NSDictionary?",
544
+ "children": [
545
+ {
546
+ "kind": "TypeNominal",
547
+ "name": "NSDictionary",
548
+ "printedName": "Foundation.NSDictionary",
549
+ "usr": "c:objc(cs)NSDictionary"
550
+ }
551
+ ],
552
+ "usr": "s:Sq"
553
+ }
554
+ ],
555
+ "declKind": "Func",
556
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(im)showPipVideoPopupWithInAppMessaageData:",
557
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC17showPipVideoPopup21withInAppMessaageDataySo12NSDictionaryCSg_tF",
558
+ "moduleName": "notifyvisitorsNudges",
559
+ "objc_name": "showPipVideoPopupWithInAppMessaageData:",
560
+ "declAttributes": [
561
+ "AccessControl",
562
+ "ObjC"
563
+ ],
564
+ "funcSelfKind": "NonMutating"
565
+ },
566
+ {
567
+ "kind": "Constructor",
568
+ "name": "init",
569
+ "printedName": "init()",
570
+ "children": [
571
+ {
572
+ "kind": "TypeNominal",
573
+ "name": "notifyvisitorsNudgesManager",
574
+ "printedName": "notifyvisitorsNudges.notifyvisitorsNudgesManager",
575
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager"
576
+ }
577
+ ],
578
+ "declKind": "Constructor",
579
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(im)init",
580
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerCACycfc",
581
+ "moduleName": "notifyvisitorsNudges",
582
+ "overriding": true,
583
+ "implicit": true,
584
+ "objc_name": "init",
585
+ "declAttributes": [
586
+ "Dynamic",
587
+ "ObjC",
588
+ "Override"
589
+ ],
590
+ "init_kind": "Designated"
591
+ }
592
+ ],
593
+ "declKind": "Class",
594
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager",
595
+ "mangledName": "$s20notifyvisitorsNudges0aB7ManagerC",
596
+ "moduleName": "notifyvisitorsNudges",
597
+ "objc_name": "notifyvisitorsNudgesManager",
598
+ "declAttributes": [
599
+ "AccessControl",
600
+ "ObjC"
601
+ ],
602
+ "superclassUsr": "c:objc(cs)NSObject",
603
+ "inheritsConvenienceInitializers": true,
604
+ "superclassNames": [
605
+ "ObjectiveC.NSObject"
606
+ ],
607
+ "conformances": [
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
+ },
673
+ {
674
+ "kind": "Import",
675
+ "name": "Foundation",
676
+ "printedName": "Foundation",
677
+ "declKind": "Import",
678
+ "moduleName": "notifyvisitorsNudges",
679
+ "declAttributes": [
680
+ "RawDocComment"
681
+ ]
682
+ },
683
+ {
684
+ "kind": "Import",
685
+ "name": "UIKit",
686
+ "printedName": "UIKit",
687
+ "declKind": "Import",
688
+ "moduleName": "notifyvisitorsNudges"
689
+ },
690
+ {
691
+ "kind": "Import",
692
+ "name": "Foundation",
693
+ "printedName": "Foundation",
694
+ "declKind": "Import",
695
+ "moduleName": "notifyvisitorsNudges",
696
+ "declAttributes": [
697
+ "RawDocComment"
698
+ ]
699
+ },
700
+ {
701
+ "kind": "Import",
702
+ "name": "UIKit",
703
+ "printedName": "UIKit",
704
+ "declKind": "Import",
705
+ "moduleName": "notifyvisitorsNudges",
706
+ "declAttributes": [
707
+ "RawDocComment"
708
+ ]
709
+ },
710
+ {
711
+ "kind": "TypeDecl",
712
+ "name": "notifyvisitorsNativeDisplay",
713
+ "printedName": "notifyvisitorsNativeDisplay",
714
+ "children": [
715
+ {
716
+ "kind": "Var",
717
+ "name": "sharedInstance",
718
+ "printedName": "sharedInstance",
719
+ "children": [
720
+ {
721
+ "kind": "TypeNominal",
722
+ "name": "notifyvisitorsNativeDisplay",
723
+ "printedName": "notifyvisitorsNudges.notifyvisitorsNativeDisplay",
724
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay"
725
+ }
726
+ ],
727
+ "declKind": "Var",
728
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay(cpy)sharedInstance",
729
+ "mangledName": "$s20notifyvisitorsNudges0A13NativeDisplayC14sharedInstanceACvpZ",
730
+ "moduleName": "notifyvisitorsNudges",
731
+ "static": true,
732
+ "declAttributes": [
733
+ "HasInitialValue",
734
+ "Final",
735
+ "HasStorage",
736
+ "AccessControl",
737
+ "ObjC"
738
+ ],
739
+ "isLet": true,
740
+ "hasStorage": true,
741
+ "accessors": [
742
+ {
743
+ "kind": "Accessor",
744
+ "name": "Get",
745
+ "printedName": "Get()",
746
+ "children": [
747
+ {
748
+ "kind": "TypeNominal",
749
+ "name": "notifyvisitorsNativeDisplay",
750
+ "printedName": "notifyvisitorsNudges.notifyvisitorsNativeDisplay",
751
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay"
752
+ }
753
+ ],
754
+ "declKind": "Accessor",
755
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay(cm)sharedInstance",
756
+ "mangledName": "$s20notifyvisitorsNudges0A13NativeDisplayC14sharedInstanceACvgZ",
757
+ "moduleName": "notifyvisitorsNudges",
758
+ "static": true,
759
+ "implicit": true,
760
+ "declAttributes": [
761
+ "Final",
762
+ "ObjC"
763
+ ],
764
+ "accessorKind": "get"
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "kind": "Function",
770
+ "name": "loadContent",
771
+ "printedName": "loadContent(forPropertyName:)",
772
+ "children": [
773
+ {
774
+ "kind": "TypeNominal",
775
+ "name": "UIView",
776
+ "printedName": "UIKit.UIView",
777
+ "usr": "c:objc(cs)UIView"
778
+ },
779
+ {
780
+ "kind": "TypeNominal",
781
+ "name": "String",
782
+ "printedName": "Swift.String",
783
+ "usr": "s:SS"
784
+ }
785
+ ],
786
+ "declKind": "Func",
787
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay(im)loadContentForPropertyName:",
788
+ "mangledName": "$s20notifyvisitorsNudges0A13NativeDisplayC11loadContent15forPropertyNameSo6UIViewCSS_tF",
789
+ "moduleName": "notifyvisitorsNudges",
790
+ "objc_name": "loadContentForPropertyName:",
791
+ "declAttributes": [
792
+ "AccessControl",
793
+ "ObjC"
794
+ ],
795
+ "funcSelfKind": "NonMutating"
796
+ }
797
+ ],
798
+ "declKind": "Class",
799
+ "usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay",
800
+ "mangledName": "$s20notifyvisitorsNudges0A13NativeDisplayC",
801
+ "moduleName": "notifyvisitorsNudges",
802
+ "objc_name": "notifyvisitorsNativeDisplay",
803
+ "declAttributes": [
804
+ "AccessControl",
805
+ "ObjC"
806
+ ],
807
+ "superclassUsr": "c:objc(cs)NSObject",
808
+ "hasMissingDesignatedInitializers": true,
809
+ "inheritsConvenienceInitializers": true,
810
+ "superclassNames": [
811
+ "ObjectiveC.NSObject"
812
+ ],
813
+ "conformances": [
814
+ {
815
+ "kind": "Conformance",
816
+ "name": "Copyable",
817
+ "printedName": "Copyable",
818
+ "usr": "s:s8CopyableP",
819
+ "mangledName": "$ss8CopyableP"
820
+ },
821
+ {
822
+ "kind": "Conformance",
823
+ "name": "Escapable",
824
+ "printedName": "Escapable",
825
+ "usr": "s:s9EscapableP",
826
+ "mangledName": "$ss9EscapableP"
827
+ },
828
+ {
829
+ "kind": "Conformance",
830
+ "name": "Equatable",
831
+ "printedName": "Equatable",
832
+ "usr": "s:SQ",
833
+ "mangledName": "$sSQ"
834
+ },
835
+ {
836
+ "kind": "Conformance",
837
+ "name": "Hashable",
838
+ "printedName": "Hashable",
839
+ "usr": "s:SH",
840
+ "mangledName": "$sSH"
841
+ },
842
+ {
843
+ "kind": "Conformance",
844
+ "name": "CVarArg",
845
+ "printedName": "CVarArg",
846
+ "usr": "s:s7CVarArgP",
847
+ "mangledName": "$ss7CVarArgP"
848
+ },
849
+ {
850
+ "kind": "Conformance",
851
+ "name": "_KeyValueCodingAndObservingPublishing",
852
+ "printedName": "_KeyValueCodingAndObservingPublishing",
853
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
854
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
855
+ },
856
+ {
857
+ "kind": "Conformance",
858
+ "name": "_KeyValueCodingAndObserving",
859
+ "printedName": "_KeyValueCodingAndObserving",
860
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
861
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
862
+ },
863
+ {
864
+ "kind": "Conformance",
865
+ "name": "CustomStringConvertible",
866
+ "printedName": "CustomStringConvertible",
867
+ "usr": "s:s23CustomStringConvertibleP",
868
+ "mangledName": "$ss23CustomStringConvertibleP"
869
+ },
870
+ {
871
+ "kind": "Conformance",
872
+ "name": "CustomDebugStringConvertible",
873
+ "printedName": "CustomDebugStringConvertible",
874
+ "usr": "s:s28CustomDebugStringConvertibleP",
875
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
876
+ }
877
+ ]
878
+ },
879
+ {
880
+ "kind": "Import",
881
+ "name": "Foundation",
882
+ "printedName": "Foundation",
883
+ "declKind": "Import",
884
+ "moduleName": "notifyvisitorsNudges",
885
+ "declAttributes": [
886
+ "RawDocComment"
887
+ ]
888
+ },
889
+ {
890
+ "kind": "Import",
891
+ "name": "Foundation",
892
+ "printedName": "Foundation",
893
+ "declKind": "Import",
894
+ "moduleName": "notifyvisitorsNudges",
895
+ "declAttributes": [
896
+ "RawDocComment"
897
+ ]
898
+ },
899
+ {
900
+ "kind": "Import",
901
+ "name": "UIKit",
902
+ "printedName": "UIKit",
903
+ "declKind": "Import",
904
+ "moduleName": "notifyvisitorsNudges",
905
+ "declAttributes": [
906
+ "RawDocComment"
907
+ ]
908
+ },
909
+ {
910
+ "kind": "Import",
911
+ "name": "WebKit",
912
+ "printedName": "WebKit",
913
+ "declKind": "Import",
914
+ "moduleName": "notifyvisitorsNudges"
915
+ },
916
+ {
917
+ "kind": "Import",
918
+ "name": "WebKit",
919
+ "printedName": "WebKit",
920
+ "declKind": "Import",
921
+ "moduleName": "notifyvisitorsNudges",
922
+ "declAttributes": [
923
+ "Preconcurrency",
924
+ "RawDocComment"
925
+ ]
926
+ },
927
+ {
928
+ "kind": "Import",
929
+ "name": "UIKit",
930
+ "printedName": "UIKit",
931
+ "declKind": "Import",
932
+ "moduleName": "notifyvisitorsNudges"
933
+ },
934
+ {
935
+ "kind": "Import",
936
+ "name": "UIKit",
937
+ "printedName": "UIKit",
938
+ "declKind": "Import",
939
+ "moduleName": "notifyvisitorsNudges",
940
+ "declAttributes": [
941
+ "RawDocComment"
942
+ ]
943
+ },
944
+ {
945
+ "kind": "Import",
946
+ "name": "Foundation",
947
+ "printedName": "Foundation",
948
+ "declKind": "Import",
949
+ "moduleName": "notifyvisitorsNudges",
950
+ "declAttributes": [
951
+ "RawDocComment"
952
+ ]
953
+ },
954
+ {
955
+ "kind": "Import",
956
+ "name": "UIKit",
957
+ "printedName": "UIKit",
958
+ "declKind": "Import",
959
+ "moduleName": "notifyvisitorsNudges",
960
+ "declAttributes": [
961
+ "RawDocComment"
962
+ ]
963
+ },
964
+ {
965
+ "kind": "Import",
966
+ "name": "Foundation",
967
+ "printedName": "Foundation",
968
+ "declKind": "Import",
969
+ "moduleName": "notifyvisitorsNudges",
970
+ "declAttributes": [
971
+ "RawDocComment"
972
+ ]
973
+ },
974
+ {
975
+ "kind": "Import",
976
+ "name": "UIKit",
977
+ "printedName": "UIKit",
978
+ "declKind": "Import",
979
+ "moduleName": "notifyvisitorsNudges",
980
+ "declAttributes": [
981
+ "RawDocComment"
982
+ ]
983
+ },
984
+ {
985
+ "kind": "Import",
986
+ "name": "Foundation",
987
+ "printedName": "Foundation",
988
+ "declKind": "Import",
989
+ "moduleName": "notifyvisitorsNudges",
990
+ "declAttributes": [
991
+ "RawDocComment"
992
+ ]
993
+ },
994
+ {
995
+ "kind": "Import",
996
+ "name": "UIKit",
997
+ "printedName": "UIKit",
998
+ "declKind": "Import",
999
+ "moduleName": "notifyvisitorsNudges",
1000
+ "declAttributes": [
1001
+ "RawDocComment"
1002
+ ]
1003
+ },
1004
+ {
1005
+ "kind": "Import",
1006
+ "name": "Foundation",
1007
+ "printedName": "Foundation",
1008
+ "declKind": "Import",
1009
+ "moduleName": "notifyvisitorsNudges",
1010
+ "declAttributes": [
1011
+ "RawDocComment"
1012
+ ]
1013
+ },
1014
+ {
1015
+ "kind": "Import",
1016
+ "name": "UIKit",
1017
+ "printedName": "UIKit",
1018
+ "declKind": "Import",
1019
+ "moduleName": "notifyvisitorsNudges"
1020
+ },
1021
+ {
1022
+ "kind": "Import",
1023
+ "name": "Foundation",
1024
+ "printedName": "Foundation",
1025
+ "declKind": "Import",
1026
+ "moduleName": "notifyvisitorsNudges",
1027
+ "declAttributes": [
1028
+ "RawDocComment"
1029
+ ]
1030
+ },
1031
+ {
1032
+ "kind": "TypeDecl",
1033
+ "name": "NVSDKNudgesJSONParser",
1034
+ "printedName": "NVSDKNudgesJSONParser",
1035
+ "children": [
1036
+ {
1037
+ "kind": "Function",
1038
+ "name": "decode",
1039
+ "printedName": "decode(_:from:)",
1040
+ "children": [
1041
+ {
1042
+ "kind": "TypeNominal",
1043
+ "name": "Result",
1044
+ "printedName": "Swift.Result<τ_0_0, any Swift.Error>",
1045
+ "children": [
1046
+ {
1047
+ "kind": "TypeNominal",
1048
+ "name": "GenericTypeParam",
1049
+ "printedName": "τ_0_0"
1050
+ },
1051
+ {
1052
+ "kind": "TypeNominal",
1053
+ "name": "Error",
1054
+ "printedName": "any Swift.Error",
1055
+ "usr": "s:s5ErrorP"
1056
+ }
1057
+ ],
1058
+ "usr": "s:s6ResultO"
1059
+ },
1060
+ {
1061
+ "kind": "TypeNominal",
1062
+ "name": "Metatype",
1063
+ "printedName": "τ_0_0.Type",
1064
+ "children": [
1065
+ {
1066
+ "kind": "TypeNominal",
1067
+ "name": "GenericTypeParam",
1068
+ "printedName": "τ_0_0"
1069
+ }
1070
+ ]
1071
+ },
1072
+ {
1073
+ "kind": "TypeNominal",
1074
+ "name": "Data",
1075
+ "printedName": "Foundation.Data",
1076
+ "usr": "s:10Foundation4DataV"
1077
+ }
1078
+ ],
1079
+ "declKind": "Func",
1080
+ "usr": "s:20notifyvisitorsNudges21NVSDKNudgesJSONParserO6decode_4froms6ResultOyxs5Error_pGxm_10Foundation4DataVtSeRzlFZ",
1081
+ "mangledName": "$s20notifyvisitorsNudges21NVSDKNudgesJSONParserO6decode_4froms6ResultOyxs5Error_pGxm_10Foundation4DataVtSeRzlFZ",
1082
+ "moduleName": "notifyvisitorsNudges",
1083
+ "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
1084
+ "sugared_genericSig": "<T where T : Swift.Decodable>",
1085
+ "static": true,
1086
+ "declAttributes": [
1087
+ "AccessControl",
1088
+ "RawDocComment"
1089
+ ],
1090
+ "funcSelfKind": "NonMutating"
1091
+ },
1092
+ {
1093
+ "kind": "Function",
1094
+ "name": "decode",
1095
+ "printedName": "decode(_:from:)",
1096
+ "children": [
1097
+ {
1098
+ "kind": "TypeNominal",
1099
+ "name": "Result",
1100
+ "printedName": "Swift.Result<τ_0_0, any Swift.Error>",
1101
+ "children": [
1102
+ {
1103
+ "kind": "TypeNominal",
1104
+ "name": "GenericTypeParam",
1105
+ "printedName": "τ_0_0"
1106
+ },
1107
+ {
1108
+ "kind": "TypeNominal",
1109
+ "name": "Error",
1110
+ "printedName": "any Swift.Error",
1111
+ "usr": "s:s5ErrorP"
1112
+ }
1113
+ ],
1114
+ "usr": "s:s6ResultO"
1115
+ },
1116
+ {
1117
+ "kind": "TypeNominal",
1118
+ "name": "Metatype",
1119
+ "printedName": "τ_0_0.Type",
1120
+ "children": [
1121
+ {
1122
+ "kind": "TypeNominal",
1123
+ "name": "GenericTypeParam",
1124
+ "printedName": "τ_0_0"
1125
+ }
1126
+ ]
1127
+ },
1128
+ {
1129
+ "kind": "TypeNominal",
1130
+ "name": "Dictionary",
1131
+ "printedName": "[Swift.String : Any]",
1132
+ "children": [
1133
+ {
1134
+ "kind": "TypeNominal",
1135
+ "name": "String",
1136
+ "printedName": "Swift.String",
1137
+ "usr": "s:SS"
1138
+ },
1139
+ {
1140
+ "kind": "TypeNominal",
1141
+ "name": "ProtocolComposition",
1142
+ "printedName": "Any"
1143
+ }
1144
+ ],
1145
+ "usr": "s:SD"
1146
+ }
1147
+ ],
1148
+ "declKind": "Func",
1149
+ "usr": "s:20notifyvisitorsNudges21NVSDKNudgesJSONParserO6decode_4froms6ResultOyxs5Error_pGxm_SDySSypGtSeRzlFZ",
1150
+ "mangledName": "$s20notifyvisitorsNudges21NVSDKNudgesJSONParserO6decode_4froms6ResultOyxs5Error_pGxm_SDySSypGtSeRzlFZ",
1151
+ "moduleName": "notifyvisitorsNudges",
1152
+ "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
1153
+ "sugared_genericSig": "<T where T : Swift.Decodable>",
1154
+ "static": true,
1155
+ "declAttributes": [
1156
+ "AccessControl",
1157
+ "RawDocComment"
1158
+ ],
1159
+ "funcSelfKind": "NonMutating"
1160
+ },
1161
+ {
1162
+ "kind": "Function",
1163
+ "name": "parseInAppMessagesForModel",
1164
+ "printedName": "parseInAppMessagesForModel(_:from:)",
1165
+ "children": [
1166
+ {
1167
+ "kind": "TypeNominal",
1168
+ "name": "Result",
1169
+ "printedName": "Swift.Result<τ_0_0, any Swift.Error>",
1170
+ "children": [
1171
+ {
1172
+ "kind": "TypeNominal",
1173
+ "name": "GenericTypeParam",
1174
+ "printedName": "τ_0_0"
1175
+ },
1176
+ {
1177
+ "kind": "TypeNominal",
1178
+ "name": "Error",
1179
+ "printedName": "any Swift.Error",
1180
+ "usr": "s:s5ErrorP"
1181
+ }
1182
+ ],
1183
+ "usr": "s:s6ResultO"
1184
+ },
1185
+ {
1186
+ "kind": "TypeNominal",
1187
+ "name": "Metatype",
1188
+ "printedName": "τ_0_0.Type",
1189
+ "children": [
1190
+ {
1191
+ "kind": "TypeNominal",
1192
+ "name": "GenericTypeParam",
1193
+ "printedName": "τ_0_0"
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "kind": "TypeNominal",
1199
+ "name": "ProtocolComposition",
1200
+ "printedName": "Any"
1201
+ }
1202
+ ],
1203
+ "declKind": "Func",
1204
+ "usr": "s:20notifyvisitorsNudges21NVSDKNudgesJSONParserO26parseInAppMessagesForModel_4froms6ResultOyxs5Error_pGxm_yptSeRzlFZ",
1205
+ "mangledName": "$s20notifyvisitorsNudges21NVSDKNudgesJSONParserO26parseInAppMessagesForModel_4froms6ResultOyxs5Error_pGxm_yptSeRzlFZ",
1206
+ "moduleName": "notifyvisitorsNudges",
1207
+ "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
1208
+ "sugared_genericSig": "<T where T : Swift.Decodable>",
1209
+ "static": true,
1210
+ "declAttributes": [
1211
+ "AccessControl",
1212
+ "RawDocComment"
1213
+ ],
1214
+ "funcSelfKind": "NonMutating"
1215
+ },
1216
+ {
1217
+ "kind": "Function",
1218
+ "name": "encodeToDictionary",
1219
+ "printedName": "encodeToDictionary(_:)",
1220
+ "children": [
1221
+ {
1222
+ "kind": "TypeNominal",
1223
+ "name": "Result",
1224
+ "printedName": "Swift.Result<[Swift.String : Any], any Swift.Error>",
1225
+ "children": [
1226
+ {
1227
+ "kind": "TypeNominal",
1228
+ "name": "Dictionary",
1229
+ "printedName": "[Swift.String : Any]",
1230
+ "children": [
1231
+ {
1232
+ "kind": "TypeNominal",
1233
+ "name": "String",
1234
+ "printedName": "Swift.String",
1235
+ "usr": "s:SS"
1236
+ },
1237
+ {
1238
+ "kind": "TypeNominal",
1239
+ "name": "ProtocolComposition",
1240
+ "printedName": "Any"
1241
+ }
1242
+ ],
1243
+ "usr": "s:SD"
1244
+ },
1245
+ {
1246
+ "kind": "TypeNominal",
1247
+ "name": "Error",
1248
+ "printedName": "any Swift.Error",
1249
+ "usr": "s:s5ErrorP"
1250
+ }
1251
+ ],
1252
+ "usr": "s:s6ResultO"
1253
+ },
1254
+ {
1255
+ "kind": "TypeNominal",
1256
+ "name": "GenericTypeParam",
1257
+ "printedName": "τ_0_0"
1258
+ }
1259
+ ],
1260
+ "declKind": "Func",
1261
+ "usr": "s:20notifyvisitorsNudges21NVSDKNudgesJSONParserO18encodeToDictionaryys6ResultOySDySSypGs5Error_pGxSERzlFZ",
1262
+ "mangledName": "$s20notifyvisitorsNudges21NVSDKNudgesJSONParserO18encodeToDictionaryys6ResultOySDySSypGs5Error_pGxSERzlFZ",
1263
+ "moduleName": "notifyvisitorsNudges",
1264
+ "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>",
1265
+ "sugared_genericSig": "<T where T : Swift.Encodable>",
1266
+ "static": true,
1267
+ "declAttributes": [
1268
+ "AccessControl",
1269
+ "RawDocComment"
1270
+ ],
1271
+ "funcSelfKind": "NonMutating"
1272
+ },
1273
+ {
1274
+ "kind": "Function",
1275
+ "name": "encodeToString",
1276
+ "printedName": "encodeToString(_:)",
1277
+ "children": [
1278
+ {
1279
+ "kind": "TypeNominal",
1280
+ "name": "Result",
1281
+ "printedName": "Swift.Result<Swift.String, any Swift.Error>",
1282
+ "children": [
1283
+ {
1284
+ "kind": "TypeNominal",
1285
+ "name": "String",
1286
+ "printedName": "Swift.String",
1287
+ "usr": "s:SS"
1288
+ },
1289
+ {
1290
+ "kind": "TypeNominal",
1291
+ "name": "Error",
1292
+ "printedName": "any Swift.Error",
1293
+ "usr": "s:s5ErrorP"
1294
+ }
1295
+ ],
1296
+ "usr": "s:s6ResultO"
1297
+ },
1298
+ {
1299
+ "kind": "TypeNominal",
1300
+ "name": "GenericTypeParam",
1301
+ "printedName": "τ_0_0"
1302
+ }
1303
+ ],
1304
+ "declKind": "Func",
1305
+ "usr": "s:20notifyvisitorsNudges21NVSDKNudgesJSONParserO14encodeToStringys6ResultOySSs5Error_pGxSERzlFZ",
1306
+ "mangledName": "$s20notifyvisitorsNudges21NVSDKNudgesJSONParserO14encodeToStringys6ResultOySSs5Error_pGxSERzlFZ",
1307
+ "moduleName": "notifyvisitorsNudges",
1308
+ "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>",
1309
+ "sugared_genericSig": "<T where T : Swift.Encodable>",
1310
+ "static": true,
1311
+ "declAttributes": [
1312
+ "AccessControl",
1313
+ "RawDocComment"
1314
+ ],
1315
+ "funcSelfKind": "NonMutating"
1316
+ }
1317
+ ],
1318
+ "declKind": "Enum",
1319
+ "usr": "s:20notifyvisitorsNudges21NVSDKNudgesJSONParserO",
1320
+ "mangledName": "$s20notifyvisitorsNudges21NVSDKNudgesJSONParserO",
1321
+ "moduleName": "notifyvisitorsNudges",
1322
+ "declAttributes": [
1323
+ "AccessControl"
1324
+ ],
1325
+ "conformances": [
1326
+ {
1327
+ "kind": "Conformance",
1328
+ "name": "Copyable",
1329
+ "printedName": "Copyable",
1330
+ "usr": "s:s8CopyableP",
1331
+ "mangledName": "$ss8CopyableP"
1332
+ },
1333
+ {
1334
+ "kind": "Conformance",
1335
+ "name": "Escapable",
1336
+ "printedName": "Escapable",
1337
+ "usr": "s:s9EscapableP",
1338
+ "mangledName": "$ss9EscapableP"
1339
+ }
1340
+ ]
1341
+ },
1342
+ {
1343
+ "kind": "Import",
1344
+ "name": "Foundation",
1345
+ "printedName": "Foundation",
1346
+ "declKind": "Import",
1347
+ "moduleName": "notifyvisitorsNudges",
1348
+ "declAttributes": [
1349
+ "RawDocComment"
1350
+ ]
1351
+ },
1352
+ {
1353
+ "kind": "Import",
1354
+ "name": "Foundation",
1355
+ "printedName": "Foundation",
1356
+ "declKind": "Import",
1357
+ "moduleName": "notifyvisitorsNudges",
1358
+ "declAttributes": [
1359
+ "RawDocComment"
1360
+ ]
1361
+ },
1362
+ {
1363
+ "kind": "Import",
1364
+ "name": "UIKit",
1365
+ "printedName": "UIKit",
1366
+ "declKind": "Import",
1367
+ "moduleName": "notifyvisitorsNudges",
1368
+ "declAttributes": [
1369
+ "RawDocComment"
1370
+ ]
1371
+ },
1372
+ {
1373
+ "kind": "Import",
1374
+ "name": "WebKit",
1375
+ "printedName": "WebKit",
1376
+ "declKind": "Import",
1377
+ "moduleName": "notifyvisitorsNudges"
1378
+ },
1379
+ {
1380
+ "kind": "Import",
1381
+ "name": "Foundation",
1382
+ "printedName": "Foundation",
1383
+ "declKind": "Import",
1384
+ "moduleName": "notifyvisitorsNudges",
1385
+ "declAttributes": [
1386
+ "RawDocComment"
1387
+ ]
1388
+ },
1389
+ {
1390
+ "kind": "Import",
1391
+ "name": "Foundation",
1392
+ "printedName": "Foundation",
1393
+ "declKind": "Import",
1394
+ "moduleName": "notifyvisitorsNudges",
1395
+ "declAttributes": [
1396
+ "RawDocComment"
1397
+ ]
1398
+ },
1399
+ {
1400
+ "kind": "Import",
1401
+ "name": "Foundation",
1402
+ "printedName": "Foundation",
1403
+ "declKind": "Import",
1404
+ "moduleName": "notifyvisitorsNudges",
1405
+ "declAttributes": [
1406
+ "RawDocComment"
1407
+ ]
1408
+ },
1409
+ {
1410
+ "kind": "Import",
1411
+ "name": "Foundation",
1412
+ "printedName": "Foundation",
1413
+ "declKind": "Import",
1414
+ "moduleName": "notifyvisitorsNudges",
1415
+ "declAttributes": [
1416
+ "RawDocComment"
1417
+ ]
1418
+ },
1419
+ {
1420
+ "kind": "Import",
1421
+ "name": "Foundation",
1422
+ "printedName": "Foundation",
1423
+ "declKind": "Import",
1424
+ "moduleName": "notifyvisitorsNudges",
1425
+ "declAttributes": [
1426
+ "RawDocComment"
1427
+ ]
1428
+ },
1429
+ {
1430
+ "kind": "Import",
1431
+ "name": "UIKit",
1432
+ "printedName": "UIKit",
1433
+ "declKind": "Import",
1434
+ "moduleName": "notifyvisitorsNudges",
1435
+ "declAttributes": [
1436
+ "RawDocComment"
1437
+ ]
1438
+ },
1439
+ {
1440
+ "kind": "Import",
1441
+ "name": "AVKit",
1442
+ "printedName": "AVKit",
1443
+ "declKind": "Import",
1444
+ "moduleName": "notifyvisitorsNudges"
1445
+ }
1446
+ ],
1447
+ "json_format_version": 8
1448
+ },
1449
+ "ConstValues": [
1450
+ {
1451
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1452
+ "kind": "StringLiteral",
1453
+ "offset": 2213,
1454
+ "length": 12,
1455
+ "value": "\"os_version\""
1456
+ },
1457
+ {
1458
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1459
+ "kind": "StringLiteral",
1460
+ "offset": 2307,
1461
+ "length": 13,
1462
+ "value": "\"app_version\""
1463
+ },
1464
+ {
1465
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1466
+ "kind": "StringLiteral",
1467
+ "offset": 2354,
1468
+ "length": 16,
1469
+ "value": "\"email_postback\""
1470
+ },
1471
+ {
1472
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1473
+ "kind": "StringLiteral",
1474
+ "offset": 2432,
1475
+ "length": 11,
1476
+ "value": "\"close_btn\""
1477
+ },
1478
+ {
1479
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1480
+ "kind": "StringLiteral",
1481
+ "offset": 2809,
1482
+ "length": 14,
1483
+ "value": "\"repeat_close\""
1484
+ },
1485
+ {
1486
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1487
+ "kind": "StringLiteral",
1488
+ "offset": 2883,
1489
+ "length": 14,
1490
+ "value": "\"repeat_click\""
1491
+ },
1492
+ {
1493
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1494
+ "kind": "StringLiteral",
1495
+ "offset": 3118,
1496
+ "length": 13,
1497
+ "value": "\"liquid_tags\""
1498
+ },
1499
+ {
1500
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1501
+ "kind": "StringLiteral",
1502
+ "offset": 5062,
1503
+ "length": 11,
1504
+ "value": "\"video_url\""
1505
+ },
1506
+ {
1507
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1508
+ "kind": "StringLiteral",
1509
+ "offset": 5100,
1510
+ "length": 13,
1511
+ "value": "\"video_ratio\""
1512
+ },
1513
+ {
1514
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1515
+ "kind": "StringLiteral",
1516
+ "offset": 5143,
1517
+ "length": 16,
1518
+ "value": "\"video_position\""
1519
+ },
1520
+ {
1521
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/Model\/NVSDKNudgesPipVideoPopupModal.swift",
1522
+ "kind": "StringLiteral",
1523
+ "offset": 5186,
1524
+ "length": 13,
1525
+ "value": "\"layout_mode\""
1526
+ },
1527
+ {
1528
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesFrameworkInfo.swift",
1529
+ "kind": "StringLiteral",
1530
+ "offset": 211,
1531
+ "length": 23,
1532
+ "value": "\"notifyvisitors Nudges\""
1533
+ },
1534
+ {
1535
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesFrameworkInfo.swift",
1536
+ "kind": "StringLiteral",
1537
+ "offset": 309,
1538
+ "length": 9,
1539
+ "value": "\"unknown\""
1540
+ },
1541
+ {
1542
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesFrameworkInfo.swift",
1543
+ "kind": "StringLiteral",
1544
+ "offset": 352,
1545
+ "length": 7,
1546
+ "value": "\"1.0.0\""
1547
+ },
1548
+ {
1549
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesFrameworkInfo.swift",
1550
+ "kind": "StringLiteral",
1551
+ "offset": 402,
1552
+ "length": 16,
1553
+ "value": "\"notifyvisitors\""
1554
+ },
1555
+ {
1556
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesFrameworkInfo.swift",
1557
+ "kind": "StringLiteral",
1558
+ "offset": 462,
1559
+ "length": 8,
1560
+ "value": "\"nudges\""
1561
+ },
1562
+ {
1563
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1564
+ "kind": "IntegerLiteral",
1565
+ "offset": 244,
1566
+ "length": 2,
1567
+ "value": "16"
1568
+ },
1569
+ {
1570
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1571
+ "kind": "IntegerLiteral",
1572
+ "offset": 401,
1573
+ "length": 2,
1574
+ "value": "12"
1575
+ },
1576
+ {
1577
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1578
+ "kind": "FloatLiteral",
1579
+ "offset": 446,
1580
+ "length": 3,
1581
+ "value": "0.1"
1582
+ },
1583
+ {
1584
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1585
+ "kind": "IntegerLiteral",
1586
+ "offset": 493,
1587
+ "length": 1,
1588
+ "value": "4"
1589
+ },
1590
+ {
1591
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1592
+ "kind": "IntegerLiteral",
1593
+ "offset": 546,
1594
+ "length": 2,
1595
+ "value": "14"
1596
+ },
1597
+ {
1598
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1599
+ "kind": "IntegerLiteral",
1600
+ "offset": 648,
1601
+ "length": 3,
1602
+ "value": "280"
1603
+ },
1604
+ {
1605
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1606
+ "kind": "BooleanLiteral",
1607
+ "offset": 710,
1608
+ "length": 4,
1609
+ "value": "true"
1610
+ },
1611
+ {
1612
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1613
+ "kind": "BooleanLiteral",
1614
+ "offset": 907,
1615
+ "length": 4,
1616
+ "value": "true"
1617
+ },
1618
+ {
1619
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1620
+ "kind": "BooleanLiteral",
1621
+ "offset": 955,
1622
+ "length": 5,
1623
+ "value": "false"
1624
+ },
1625
+ {
1626
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1627
+ "kind": "BooleanLiteral",
1628
+ "offset": 1016,
1629
+ "length": 5,
1630
+ "value": "false"
1631
+ },
1632
+ {
1633
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1634
+ "kind": "BooleanLiteral",
1635
+ "offset": 1074,
1636
+ "length": 5,
1637
+ "value": "false"
1638
+ },
1639
+ {
1640
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1641
+ "kind": "BooleanLiteral",
1642
+ "offset": 1145,
1643
+ "length": 5,
1644
+ "value": "false"
1645
+ },
1646
+ {
1647
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1648
+ "kind": "BooleanLiteral",
1649
+ "offset": 1214,
1650
+ "length": 5,
1651
+ "value": "false"
1652
+ },
1653
+ {
1654
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
1655
+ "kind": "BooleanLiteral",
1656
+ "offset": 1279,
1657
+ "length": 4,
1658
+ "value": "true"
1659
+ },
1660
+ {
1661
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayCardView.swift",
1662
+ "kind": "BooleanLiteral",
1663
+ "offset": 308,
1664
+ "length": 5,
1665
+ "value": "false"
1666
+ },
1667
+ {
1668
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
1669
+ "kind": "StringLiteral",
1670
+ "offset": 449,
1671
+ "length": 28,
1672
+ "value": "\"com.notifyvisitors.ios.sdk\""
1673
+ },
1674
+ {
1675
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
1676
+ "kind": "StringLiteral",
1677
+ "offset": 506,
1678
+ "length": 12,
1679
+ "value": "\"nv_brandID\""
1680
+ },
1681
+ {
1682
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
1683
+ "kind": "StringLiteral",
1684
+ "offset": 552,
1685
+ "length": 17,
1686
+ "value": "\"nv_LaunchedDate\""
1687
+ },
1688
+ {
1689
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
1690
+ "kind": "StringLiteral",
1691
+ "offset": 605,
1692
+ "length": 19,
1693
+ "value": "\"nv_CountAppLaunch\""
1694
+ },
1695
+ {
1696
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
1697
+ "kind": "StringLiteral",
1698
+ "offset": 799,
1699
+ "length": 16,
1700
+ "value": "\"nv_LaunchedNID\""
1701
+ },
1702
+ {
1703
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
1704
+ "kind": "StringLiteral",
1705
+ "offset": 865,
1706
+ "length": 19,
1707
+ "value": "\"nv_isShownViewNID\""
1708
+ },
1709
+ {
1710
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesInAppModal.swift",
1711
+ "kind": "StringLiteral",
1712
+ "offset": 2926,
1713
+ "length": 11,
1714
+ "value": "\"video_url\""
1715
+ },
1716
+ {
1717
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesInAppModal.swift",
1718
+ "kind": "StringLiteral",
1719
+ "offset": 2964,
1720
+ "length": 13,
1721
+ "value": "\"video_ratio\""
1722
+ },
1723
+ {
1724
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesInAppModal.swift",
1725
+ "kind": "StringLiteral",
1726
+ "offset": 3007,
1727
+ "length": 16,
1728
+ "value": "\"video_position\""
1729
+ },
1730
+ {
1731
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesInAppModal.swift",
1732
+ "kind": "StringLiteral",
1733
+ "offset": 3050,
1734
+ "length": 13,
1735
+ "value": "\"layout_mode\""
1736
+ },
1737
+ {
1738
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1739
+ "kind": "StringLiteral",
1740
+ "offset": 191,
1741
+ "length": 3,
1742
+ "value": "\"1\""
1743
+ },
1744
+ {
1745
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1746
+ "kind": "StringLiteral",
1747
+ "offset": 219,
1748
+ "length": 3,
1749
+ "value": "\"2\""
1750
+ },
1751
+ {
1752
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1753
+ "kind": "StringLiteral",
1754
+ "offset": 240,
1755
+ "length": 3,
1756
+ "value": "\"3\""
1757
+ },
1758
+ {
1759
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1760
+ "kind": "StringLiteral",
1761
+ "offset": 266,
1762
+ "length": 3,
1763
+ "value": "\"4\""
1764
+ },
1765
+ {
1766
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1767
+ "kind": "StringLiteral",
1768
+ "offset": 294,
1769
+ "length": 3,
1770
+ "value": "\"5\""
1771
+ },
1772
+ {
1773
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1774
+ "kind": "StringLiteral",
1775
+ "offset": 331,
1776
+ "length": 3,
1777
+ "value": "\"6\""
1778
+ },
1779
+ {
1780
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1781
+ "kind": "StringLiteral",
1782
+ "offset": 361,
1783
+ "length": 3,
1784
+ "value": "\"7\""
1785
+ },
1786
+ {
1787
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1788
+ "kind": "StringLiteral",
1789
+ "offset": 396,
1790
+ "length": 3,
1791
+ "value": "\"8\""
1792
+ },
1793
+ {
1794
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1795
+ "kind": "StringLiteral",
1796
+ "offset": 420,
1797
+ "length": 3,
1798
+ "value": "\"9\""
1799
+ },
1800
+ {
1801
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1802
+ "kind": "StringLiteral",
1803
+ "offset": 449,
1804
+ "length": 4,
1805
+ "value": "\"10\""
1806
+ },
1807
+ {
1808
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1809
+ "kind": "StringLiteral",
1810
+ "offset": 477,
1811
+ "length": 5,
1812
+ "value": "\"101\""
1813
+ },
1814
+ {
1815
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Model\/NVSDKNudgesTemplateType.swift",
1816
+ "kind": "StringLiteral",
1817
+ "offset": 511,
1818
+ "length": 5,
1819
+ "value": "\"102\""
1820
+ },
1821
+ {
1822
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1823
+ "kind": "StringLiteral",
1824
+ "offset": 169,
1825
+ "length": 7,
1826
+ "value": "\"DEBUG\""
1827
+ },
1828
+ {
1829
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1830
+ "kind": "StringLiteral",
1831
+ "offset": 193,
1832
+ "length": 6,
1833
+ "value": "\"INFO\""
1834
+ },
1835
+ {
1836
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1837
+ "kind": "StringLiteral",
1838
+ "offset": 219,
1839
+ "length": 9,
1840
+ "value": "\"WARNING\""
1841
+ },
1842
+ {
1843
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1844
+ "kind": "StringLiteral",
1845
+ "offset": 246,
1846
+ "length": 7,
1847
+ "value": "\"ERROR\""
1848
+ },
1849
+ {
1850
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1851
+ "kind": "StringLiteral",
1852
+ "offset": 273,
1853
+ "length": 9,
1854
+ "value": "\"VERBOSE\""
1855
+ },
1856
+ {
1857
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1858
+ "kind": "BooleanLiteral",
1859
+ "offset": 524,
1860
+ "length": 5,
1861
+ "value": "false"
1862
+ },
1863
+ {
1864
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1865
+ "kind": "BooleanLiteral",
1866
+ "offset": 717,
1867
+ "length": 5,
1868
+ "value": "false"
1869
+ },
1870
+ {
1871
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1872
+ "kind": "BooleanLiteral",
1873
+ "offset": 911,
1874
+ "length": 5,
1875
+ "value": "false"
1876
+ },
1877
+ {
1878
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1879
+ "kind": "BooleanLiteral",
1880
+ "offset": 1105,
1881
+ "length": 5,
1882
+ "value": "false"
1883
+ },
1884
+ {
1885
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Utilities\/NVSDKNudgesLogger.swift",
1886
+ "kind": "BooleanLiteral",
1887
+ "offset": 1506,
1888
+ "length": 5,
1889
+ "value": "false"
1890
+ },
1891
+ {
1892
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesConstants.swift",
1893
+ "kind": "StringLiteral",
1894
+ "offset": 230,
1895
+ "length": 11,
1896
+ "value": "\"nvBrandID\""
1897
+ },
1898
+ {
1899
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesConstants.swift",
1900
+ "kind": "StringLiteral",
1901
+ "offset": 288,
1902
+ "length": 28,
1903
+ "value": "\"CFBundleShortVersionString\""
1904
+ },
1905
+ {
1906
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesConstants.swift",
1907
+ "kind": "StringLiteral",
1908
+ "offset": 372,
1909
+ "length": 145,
1910
+ "value": "\"<header><meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no'><\/header>\""
1911
+ },
1912
+ {
1913
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1914
+ "kind": "IntegerLiteral",
1915
+ "offset": 203,
1916
+ "length": 1,
1917
+ "value": "1"
1918
+ },
1919
+ {
1920
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1921
+ "kind": "IntegerLiteral",
1922
+ "offset": 224,
1923
+ "length": 1,
1924
+ "value": "2"
1925
+ },
1926
+ {
1927
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1928
+ "kind": "IntegerLiteral",
1929
+ "offset": 249,
1930
+ "length": 1,
1931
+ "value": "3"
1932
+ },
1933
+ {
1934
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1935
+ "kind": "IntegerLiteral",
1936
+ "offset": 273,
1937
+ "length": 1,
1938
+ "value": "4"
1939
+ },
1940
+ {
1941
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1942
+ "kind": "IntegerLiteral",
1943
+ "offset": 337,
1944
+ "length": 1,
1945
+ "value": "0"
1946
+ },
1947
+ {
1948
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1949
+ "kind": "IntegerLiteral",
1950
+ "offset": 340,
1951
+ "length": 10,
1952
+ "value": "1"
1953
+ },
1954
+ {
1955
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1956
+ "kind": "BooleanLiteral",
1957
+ "offset": 722,
1958
+ "length": 5,
1959
+ "value": "false"
1960
+ },
1961
+ {
1962
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1963
+ "kind": "Array",
1964
+ "offset": 1140,
1965
+ "length": 2,
1966
+ "value": "[]"
1967
+ },
1968
+ {
1969
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1970
+ "kind": "Array",
1971
+ "offset": 1204,
1972
+ "length": 2,
1973
+ "value": "[]"
1974
+ },
1975
+ {
1976
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1977
+ "kind": "BooleanLiteral",
1978
+ "offset": 1361,
1979
+ "length": 4,
1980
+ "value": "true"
1981
+ },
1982
+ {
1983
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1984
+ "kind": "BooleanLiteral",
1985
+ "offset": 1408,
1986
+ "length": 4,
1987
+ "value": "true"
1988
+ },
1989
+ {
1990
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1991
+ "kind": "BooleanLiteral",
1992
+ "offset": 1657,
1993
+ "length": 4,
1994
+ "value": "true"
1995
+ },
1996
+ {
1997
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
1998
+ "kind": "BooleanLiteral",
1999
+ "offset": 1714,
2000
+ "length": 4,
2001
+ "value": "true"
2002
+ },
2003
+ {
2004
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2005
+ "kind": "BooleanLiteral",
2006
+ "offset": 1762,
2007
+ "length": 5,
2008
+ "value": "false"
2009
+ },
2010
+ {
2011
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2012
+ "kind": "FloatLiteral",
2013
+ "offset": 1822,
2014
+ "length": 3,
2015
+ "value": "1.0"
2016
+ },
2017
+ {
2018
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2019
+ "kind": "FloatLiteral",
2020
+ "offset": 1877,
2021
+ "length": 3,
2022
+ "value": "0.5"
2023
+ },
2024
+ {
2025
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2026
+ "kind": "BooleanLiteral",
2027
+ "offset": 2062,
2028
+ "length": 5,
2029
+ "value": "false"
2030
+ },
2031
+ {
2032
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2033
+ "kind": "IntegerLiteral",
2034
+ "offset": 2091,
2035
+ "length": 1,
2036
+ "value": "0"
2037
+ },
2038
+ {
2039
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2040
+ "kind": "StringLiteral",
2041
+ "offset": 2157,
2042
+ "length": 12,
2043
+ "value": "\"pause.fill\""
2044
+ },
2045
+ {
2046
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2047
+ "kind": "FloatLiteral",
2048
+ "offset": 2286,
2049
+ "length": 3,
2050
+ "value": "0.5"
2051
+ },
2052
+ {
2053
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2054
+ "kind": "IntegerLiteral",
2055
+ "offset": 2327,
2056
+ "length": 2,
2057
+ "value": "30"
2058
+ },
2059
+ {
2060
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2061
+ "kind": "BooleanLiteral",
2062
+ "offset": 2361,
2063
+ "length": 4,
2064
+ "value": "true"
2065
+ },
2066
+ {
2067
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2068
+ "kind": "BooleanLiteral",
2069
+ "offset": 2455,
2070
+ "length": 5,
2071
+ "value": "false"
2072
+ },
2073
+ {
2074
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2075
+ "kind": "IntegerLiteral",
2076
+ "offset": 2625,
2077
+ "length": 2,
2078
+ "value": "16"
2079
+ },
2080
+ {
2081
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2082
+ "kind": "IntegerLiteral",
2083
+ "offset": 2776,
2084
+ "length": 1,
2085
+ "value": "8"
2086
+ },
2087
+ {
2088
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2089
+ "kind": "BooleanLiteral",
2090
+ "offset": 2836,
2091
+ "length": 5,
2092
+ "value": "false"
2093
+ },
2094
+ {
2095
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2096
+ "kind": "BooleanLiteral",
2097
+ "offset": 2995,
2098
+ "length": 5,
2099
+ "value": "false"
2100
+ },
2101
+ {
2102
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2103
+ "kind": "IntegerLiteral",
2104
+ "offset": 3040,
2105
+ "length": 2,
2106
+ "value": "16"
2107
+ },
2108
+ {
2109
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2110
+ "kind": "IntegerLiteral",
2111
+ "offset": 3116,
2112
+ "length": 1,
2113
+ "value": "0"
2114
+ },
2115
+ {
2116
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2117
+ "kind": "FloatLiteral",
2118
+ "offset": 19849,
2119
+ "length": 3,
2120
+ "value": "0.5"
2121
+ },
2122
+ {
2123
+ "filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/PIPVideoNudges\/View\/NVSDKPIPVideoNudgesView.swift",
2124
+ "kind": "FloatLiteral",
2125
+ "offset": 19880,
2126
+ "length": 3,
2127
+ "value": "0.5"
2128
+ }
2129
+ ]
2130
+ }