mergn-react-native 1.0.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 (41) hide show
  1. package/LICENSE +44 -0
  2. package/README.md +131 -0
  3. package/android/build.gradle +66 -0
  4. package/android/src/main/java/com/mergn/reactnative/MergnModule.java +152 -0
  5. package/android/src/main/java/com/mergn/reactnative/MergnPackage.java +31 -0
  6. package/app.plugin.js +2 -0
  7. package/docs/ANDROID.md +147 -0
  8. package/docs/IOS.md +156 -0
  9. package/docs/MIGRATION.md +365 -0
  10. package/ios/MergnModule.swift +149 -0
  11. package/ios/MergnModuleBridge.m +14 -0
  12. package/ios/MergnNotificationHandler.swift +160 -0
  13. package/ios/NotificationService/Info.plist +31 -0
  14. package/ios/NotificationService/NotificationService.swift +82 -0
  15. package/mergn-react-native.podspec +32 -0
  16. package/package.json +49 -0
  17. package/plugin/index.js +219 -0
  18. package/react-native.config.js +19 -0
  19. package/scripts/release-ios.sh +79 -0
  20. package/scripts/verify-package.js +58 -0
  21. package/sdk/MergnSDK.podspec +28 -0
  22. package/sdk/mergn_ios.xcframework/Info.plist +44 -0
  23. package/sdk/mergn_ios.xcframework/ios-arm64/mergn_ios.framework/Info.plist +0 -0
  24. package/sdk/mergn_ios.xcframework/ios-arm64/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios.abi.json +2517 -0
  25. package/sdk/mergn_ios.xcframework/ios-arm64/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios.private.swiftinterface +82 -0
  26. package/sdk/mergn_ios.xcframework/ios-arm64/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  27. package/sdk/mergn_ios.xcframework/ios-arm64/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios.swiftinterface +82 -0
  28. package/sdk/mergn_ios.xcframework/ios-arm64/mergn_ios.framework/mergn_ios +0 -0
  29. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Info.plist +0 -0
  30. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios-simulator.abi.json +2517 -0
  31. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +82 -0
  32. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  33. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/arm64-apple-ios-simulator.swiftinterface +82 -0
  34. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/x86_64-apple-ios-simulator.abi.json +2517 -0
  35. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +82 -0
  36. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  37. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/Modules/mergn_ios.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +82 -0
  38. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/_CodeSignature/CodeResources +101 -0
  39. package/sdk/mergn_ios.xcframework/ios-arm64_x86_64-simulator/mergn_ios.framework/mergn_ios +0 -0
  40. package/src/index.d.ts +37 -0
  41. package/src/index.js +34 -0
@@ -0,0 +1,2517 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "mergn_ios",
5
+ "printedName": "mergn_ios",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "mergn_ios",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "UIKit",
20
+ "printedName": "UIKit",
21
+ "declKind": "Import",
22
+ "moduleName": "mergn_ios"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "UserNotifications",
27
+ "printedName": "UserNotifications",
28
+ "declKind": "Import",
29
+ "moduleName": "mergn_ios"
30
+ },
31
+ {
32
+ "kind": "TypeDecl",
33
+ "name": "EventManager",
34
+ "printedName": "EventManager",
35
+ "children": [
36
+ {
37
+ "kind": "Var",
38
+ "name": "apiMergnKey",
39
+ "printedName": "apiMergnKey",
40
+ "children": [
41
+ {
42
+ "kind": "TypeNominal",
43
+ "name": "String",
44
+ "printedName": "Swift.String",
45
+ "usr": "s:SS"
46
+ }
47
+ ],
48
+ "declKind": "Var",
49
+ "usr": "s:9mergn_ios12EventManagerC11apiMergnKeySSvp",
50
+ "mangledName": "$s9mergn_ios12EventManagerC11apiMergnKeySSvp",
51
+ "moduleName": "mergn_ios",
52
+ "declAttributes": [
53
+ "HasInitialValue",
54
+ "Final",
55
+ "HasStorage",
56
+ "AccessControl"
57
+ ],
58
+ "isLet": true,
59
+ "hasStorage": true,
60
+ "accessors": [
61
+ {
62
+ "kind": "Accessor",
63
+ "name": "Get",
64
+ "printedName": "Get()",
65
+ "children": [
66
+ {
67
+ "kind": "TypeNominal",
68
+ "name": "String",
69
+ "printedName": "Swift.String",
70
+ "usr": "s:SS"
71
+ }
72
+ ],
73
+ "declKind": "Accessor",
74
+ "usr": "s:9mergn_ios12EventManagerC11apiMergnKeySSvg",
75
+ "mangledName": "$s9mergn_ios12EventManagerC11apiMergnKeySSvg",
76
+ "moduleName": "mergn_ios",
77
+ "implicit": true,
78
+ "declAttributes": [
79
+ "Final"
80
+ ],
81
+ "accessorKind": "get"
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "kind": "Var",
87
+ "name": "shared",
88
+ "printedName": "shared",
89
+ "children": [
90
+ {
91
+ "kind": "TypeNominal",
92
+ "name": "EventManager",
93
+ "printedName": "mergn_ios.EventManager",
94
+ "usr": "s:9mergn_ios12EventManagerC"
95
+ }
96
+ ],
97
+ "declKind": "Var",
98
+ "usr": "s:9mergn_ios12EventManagerC6sharedACvpZ",
99
+ "mangledName": "$s9mergn_ios12EventManagerC6sharedACvpZ",
100
+ "moduleName": "mergn_ios",
101
+ "static": true,
102
+ "declAttributes": [
103
+ "HasInitialValue",
104
+ "Final",
105
+ "HasStorage",
106
+ "AccessControl",
107
+ "RawDocComment"
108
+ ],
109
+ "isLet": true,
110
+ "hasStorage": true,
111
+ "accessors": [
112
+ {
113
+ "kind": "Accessor",
114
+ "name": "Get",
115
+ "printedName": "Get()",
116
+ "children": [
117
+ {
118
+ "kind": "TypeNominal",
119
+ "name": "EventManager",
120
+ "printedName": "mergn_ios.EventManager",
121
+ "usr": "s:9mergn_ios12EventManagerC"
122
+ }
123
+ ],
124
+ "declKind": "Accessor",
125
+ "usr": "s:9mergn_ios12EventManagerC6sharedACvgZ",
126
+ "mangledName": "$s9mergn_ios12EventManagerC6sharedACvgZ",
127
+ "moduleName": "mergn_ios",
128
+ "static": true,
129
+ "implicit": true,
130
+ "declAttributes": [
131
+ "Final"
132
+ ],
133
+ "accessorKind": "get"
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "kind": "Function",
139
+ "name": "registerAPI",
140
+ "printedName": "registerAPI(clientApiKey:)",
141
+ "children": [
142
+ {
143
+ "kind": "TypeNominal",
144
+ "name": "Void",
145
+ "printedName": "()"
146
+ },
147
+ {
148
+ "kind": "TypeNominal",
149
+ "name": "String",
150
+ "printedName": "Swift.String",
151
+ "usr": "s:SS"
152
+ }
153
+ ],
154
+ "declKind": "Func",
155
+ "usr": "s:9mergn_ios12EventManagerC11registerAPI12clientApiKeyySS_tF",
156
+ "mangledName": "$s9mergn_ios12EventManagerC11registerAPI12clientApiKeyySS_tF",
157
+ "moduleName": "mergn_ios",
158
+ "declAttributes": [
159
+ "AccessControl",
160
+ "RawDocComment"
161
+ ],
162
+ "funcSelfKind": "NonMutating"
163
+ },
164
+ {
165
+ "kind": "Function",
166
+ "name": "getUniqueIdentifier",
167
+ "printedName": "getUniqueIdentifier()",
168
+ "children": [
169
+ {
170
+ "kind": "TypeNominal",
171
+ "name": "String",
172
+ "printedName": "Swift.String",
173
+ "usr": "s:SS"
174
+ }
175
+ ],
176
+ "declKind": "Func",
177
+ "usr": "s:9mergn_ios12EventManagerC19getUniqueIdentifierSSyF",
178
+ "mangledName": "$s9mergn_ios12EventManagerC19getUniqueIdentifierSSyF",
179
+ "moduleName": "mergn_ios",
180
+ "declAttributes": [
181
+ "AccessControl",
182
+ "RawDocComment"
183
+ ],
184
+ "funcSelfKind": "NonMutating"
185
+ },
186
+ {
187
+ "kind": "Function",
188
+ "name": "saveCustomerId",
189
+ "printedName": "saveCustomerId(customerId:)",
190
+ "children": [
191
+ {
192
+ "kind": "TypeNominal",
193
+ "name": "String",
194
+ "printedName": "Swift.String",
195
+ "usr": "s:SS"
196
+ },
197
+ {
198
+ "kind": "TypeNominal",
199
+ "name": "String",
200
+ "printedName": "Swift.String",
201
+ "usr": "s:SS"
202
+ }
203
+ ],
204
+ "declKind": "Func",
205
+ "usr": "s:9mergn_ios12EventManagerC14saveCustomerId08customerG0S2S_tF",
206
+ "mangledName": "$s9mergn_ios12EventManagerC14saveCustomerId08customerG0S2S_tF",
207
+ "moduleName": "mergn_ios",
208
+ "declAttributes": [
209
+ "AccessControl",
210
+ "RawDocComment"
211
+ ],
212
+ "funcSelfKind": "NonMutating"
213
+ },
214
+ {
215
+ "kind": "Function",
216
+ "name": "saveFirebaseToken",
217
+ "printedName": "saveFirebaseToken(token:)",
218
+ "children": [
219
+ {
220
+ "kind": "TypeNominal",
221
+ "name": "String",
222
+ "printedName": "Swift.String",
223
+ "usr": "s:SS"
224
+ },
225
+ {
226
+ "kind": "TypeNominal",
227
+ "name": "String",
228
+ "printedName": "Swift.String",
229
+ "usr": "s:SS"
230
+ }
231
+ ],
232
+ "declKind": "Func",
233
+ "usr": "s:9mergn_ios12EventManagerC17saveFirebaseToken5tokenS2S_tF",
234
+ "mangledName": "$s9mergn_ios12EventManagerC17saveFirebaseToken5tokenS2S_tF",
235
+ "moduleName": "mergn_ios",
236
+ "declAttributes": [
237
+ "AccessControl",
238
+ "RawDocComment"
239
+ ],
240
+ "funcSelfKind": "NonMutating"
241
+ },
242
+ {
243
+ "kind": "Function",
244
+ "name": "getCustomerId",
245
+ "printedName": "getCustomerId()",
246
+ "children": [
247
+ {
248
+ "kind": "TypeNominal",
249
+ "name": "String",
250
+ "printedName": "Swift.String",
251
+ "usr": "s:SS"
252
+ }
253
+ ],
254
+ "declKind": "Func",
255
+ "usr": "s:9mergn_ios12EventManagerC13getCustomerIdSSyF",
256
+ "mangledName": "$s9mergn_ios12EventManagerC13getCustomerIdSSyF",
257
+ "moduleName": "mergn_ios",
258
+ "declAttributes": [
259
+ "AccessControl"
260
+ ],
261
+ "funcSelfKind": "NonMutating"
262
+ },
263
+ {
264
+ "kind": "Function",
265
+ "name": "getFirebaseToken",
266
+ "printedName": "getFirebaseToken()",
267
+ "children": [
268
+ {
269
+ "kind": "TypeNominal",
270
+ "name": "String",
271
+ "printedName": "Swift.String",
272
+ "usr": "s:SS"
273
+ }
274
+ ],
275
+ "declKind": "Func",
276
+ "usr": "s:9mergn_ios12EventManagerC16getFirebaseTokenSSyF",
277
+ "mangledName": "$s9mergn_ios12EventManagerC16getFirebaseTokenSSyF",
278
+ "moduleName": "mergn_ios",
279
+ "declAttributes": [
280
+ "AccessControl"
281
+ ],
282
+ "funcSelfKind": "NonMutating"
283
+ },
284
+ {
285
+ "kind": "Function",
286
+ "name": "getEventList",
287
+ "printedName": "getEventList()",
288
+ "children": [
289
+ {
290
+ "kind": "TypeNominal",
291
+ "name": "Void",
292
+ "printedName": "()"
293
+ }
294
+ ],
295
+ "declKind": "Func",
296
+ "usr": "s:9mergn_ios12EventManagerC03getC4ListyyF",
297
+ "mangledName": "$s9mergn_ios12EventManagerC03getC4ListyyF",
298
+ "moduleName": "mergn_ios",
299
+ "declAttributes": [
300
+ "AccessControl"
301
+ ],
302
+ "funcSelfKind": "NonMutating"
303
+ },
304
+ {
305
+ "kind": "Function",
306
+ "name": "getAttributeList",
307
+ "printedName": "getAttributeList()",
308
+ "children": [
309
+ {
310
+ "kind": "TypeNominal",
311
+ "name": "Void",
312
+ "printedName": "()"
313
+ }
314
+ ],
315
+ "declKind": "Func",
316
+ "usr": "s:9mergn_ios12EventManagerC16getAttributeListyyF",
317
+ "mangledName": "$s9mergn_ios12EventManagerC16getAttributeListyyF",
318
+ "moduleName": "mergn_ios",
319
+ "declAttributes": [
320
+ "AccessControl"
321
+ ],
322
+ "funcSelfKind": "NonMutating"
323
+ },
324
+ {
325
+ "kind": "Function",
326
+ "name": "getAttributeValue",
327
+ "printedName": "getAttributeValue(attributeId:)",
328
+ "children": [
329
+ {
330
+ "kind": "TypeNominal",
331
+ "name": "String",
332
+ "printedName": "Swift.String",
333
+ "usr": "s:SS"
334
+ },
335
+ {
336
+ "kind": "TypeNominal",
337
+ "name": "String",
338
+ "printedName": "Swift.String",
339
+ "usr": "s:SS"
340
+ }
341
+ ],
342
+ "declKind": "Func",
343
+ "usr": "s:9mergn_ios12EventManagerC17getAttributeValue11attributeIdS2S_tF",
344
+ "mangledName": "$s9mergn_ios12EventManagerC17getAttributeValue11attributeIdS2S_tF",
345
+ "moduleName": "mergn_ios",
346
+ "declAttributes": [
347
+ "AccessControl"
348
+ ],
349
+ "funcSelfKind": "NonMutating"
350
+ },
351
+ {
352
+ "kind": "Function",
353
+ "name": "postIdentification",
354
+ "printedName": "postIdentification(identity:)",
355
+ "children": [
356
+ {
357
+ "kind": "TypeNominal",
358
+ "name": "Void",
359
+ "printedName": "()"
360
+ },
361
+ {
362
+ "kind": "TypeNominal",
363
+ "name": "Optional",
364
+ "printedName": "Swift.String?",
365
+ "children": [
366
+ {
367
+ "kind": "TypeNominal",
368
+ "name": "String",
369
+ "printedName": "Swift.String",
370
+ "usr": "s:SS"
371
+ }
372
+ ],
373
+ "hasDefaultArg": true,
374
+ "usr": "s:Sq"
375
+ }
376
+ ],
377
+ "declKind": "Func",
378
+ "usr": "s:9mergn_ios12EventManagerC18postIdentification8identityySSSg_tF",
379
+ "mangledName": "$s9mergn_ios12EventManagerC18postIdentification8identityySSSg_tF",
380
+ "moduleName": "mergn_ios",
381
+ "declAttributes": [
382
+ "AccessControl",
383
+ "RawDocComment"
384
+ ],
385
+ "funcSelfKind": "NonMutating"
386
+ },
387
+ {
388
+ "kind": "Function",
389
+ "name": "sendEvent",
390
+ "printedName": "sendEvent(eventName:properties:)",
391
+ "children": [
392
+ {
393
+ "kind": "TypeNominal",
394
+ "name": "Void",
395
+ "printedName": "()"
396
+ },
397
+ {
398
+ "kind": "TypeNominal",
399
+ "name": "String",
400
+ "printedName": "Swift.String",
401
+ "usr": "s:SS"
402
+ },
403
+ {
404
+ "kind": "TypeNominal",
405
+ "name": "Dictionary",
406
+ "printedName": "[Swift.String : Any]",
407
+ "children": [
408
+ {
409
+ "kind": "TypeNominal",
410
+ "name": "String",
411
+ "printedName": "Swift.String",
412
+ "usr": "s:SS"
413
+ },
414
+ {
415
+ "kind": "TypeNominal",
416
+ "name": "ProtocolComposition",
417
+ "printedName": "Any"
418
+ }
419
+ ],
420
+ "usr": "s:SD"
421
+ }
422
+ ],
423
+ "declKind": "Func",
424
+ "usr": "s:9mergn_ios12EventManagerC04sendC09eventName10propertiesySS_SDySSypGtF",
425
+ "mangledName": "$s9mergn_ios12EventManagerC04sendC09eventName10propertiesySS_SDySSypGtF",
426
+ "moduleName": "mergn_ios",
427
+ "declAttributes": [
428
+ "AccessControl"
429
+ ],
430
+ "funcSelfKind": "NonMutating"
431
+ },
432
+ {
433
+ "kind": "Function",
434
+ "name": "sendPopupEvent",
435
+ "printedName": "sendPopupEvent(eventName:popupActionProperty:popupAction:actionValue:)",
436
+ "children": [
437
+ {
438
+ "kind": "TypeNominal",
439
+ "name": "Void",
440
+ "printedName": "()"
441
+ },
442
+ {
443
+ "kind": "TypeNominal",
444
+ "name": "String",
445
+ "printedName": "Swift.String",
446
+ "usr": "s:SS"
447
+ },
448
+ {
449
+ "kind": "TypeNominal",
450
+ "name": "String",
451
+ "printedName": "Swift.String",
452
+ "usr": "s:SS"
453
+ },
454
+ {
455
+ "kind": "TypeNominal",
456
+ "name": "String",
457
+ "printedName": "Swift.String",
458
+ "usr": "s:SS"
459
+ },
460
+ {
461
+ "kind": "TypeNominal",
462
+ "name": "String",
463
+ "printedName": "Swift.String",
464
+ "usr": "s:SS"
465
+ }
466
+ ],
467
+ "declKind": "Func",
468
+ "usr": "s:9mergn_ios12EventManagerC09sendPopupC09eventName19popupActionProperty0iJ011actionValueySS_S3StF",
469
+ "mangledName": "$s9mergn_ios12EventManagerC09sendPopupC09eventName19popupActionProperty0iJ011actionValueySS_S3StF",
470
+ "moduleName": "mergn_ios",
471
+ "declAttributes": [
472
+ "AccessControl"
473
+ ],
474
+ "funcSelfKind": "NonMutating"
475
+ },
476
+ {
477
+ "kind": "Function",
478
+ "name": "sendAttribute",
479
+ "printedName": "sendAttribute(attributeName:attributeValue:)",
480
+ "children": [
481
+ {
482
+ "kind": "TypeNominal",
483
+ "name": "Void",
484
+ "printedName": "()"
485
+ },
486
+ {
487
+ "kind": "TypeNominal",
488
+ "name": "String",
489
+ "printedName": "Swift.String",
490
+ "usr": "s:SS"
491
+ },
492
+ {
493
+ "kind": "TypeNominal",
494
+ "name": "String",
495
+ "printedName": "Swift.String",
496
+ "usr": "s:SS"
497
+ }
498
+ ],
499
+ "declKind": "Func",
500
+ "usr": "s:9mergn_ios12EventManagerC13sendAttribute13attributeName0G5ValueySS_SStF",
501
+ "mangledName": "$s9mergn_ios12EventManagerC13sendAttribute13attributeName0G5ValueySS_SStF",
502
+ "moduleName": "mergn_ios",
503
+ "declAttributes": [
504
+ "AccessControl"
505
+ ],
506
+ "funcSelfKind": "NonMutating"
507
+ },
508
+ {
509
+ "kind": "Function",
510
+ "name": "openWebView",
511
+ "printedName": "openWebView(from:htmlString:)",
512
+ "children": [
513
+ {
514
+ "kind": "TypeNominal",
515
+ "name": "Void",
516
+ "printedName": "()"
517
+ },
518
+ {
519
+ "kind": "TypeNominal",
520
+ "name": "UIViewController",
521
+ "printedName": "UIKit.UIViewController",
522
+ "usr": "c:objc(cs)UIViewController"
523
+ },
524
+ {
525
+ "kind": "TypeNominal",
526
+ "name": "String",
527
+ "printedName": "Swift.String",
528
+ "usr": "s:SS"
529
+ }
530
+ ],
531
+ "declKind": "Func",
532
+ "usr": "s:9mergn_ios12EventManagerC11openWebView4from10htmlStringySo16UIViewControllerC_SStF",
533
+ "mangledName": "$s9mergn_ios12EventManagerC11openWebView4from10htmlStringySo16UIViewControllerC_SStF",
534
+ "moduleName": "mergn_ios",
535
+ "declAttributes": [
536
+ "AccessControl"
537
+ ],
538
+ "funcSelfKind": "NonMutating"
539
+ },
540
+ {
541
+ "kind": "Function",
542
+ "name": "firebaseToken",
543
+ "printedName": "firebaseToken(token:)",
544
+ "children": [
545
+ {
546
+ "kind": "TypeNominal",
547
+ "name": "Void",
548
+ "printedName": "()"
549
+ },
550
+ {
551
+ "kind": "TypeNominal",
552
+ "name": "String",
553
+ "printedName": "Swift.String",
554
+ "usr": "s:SS"
555
+ }
556
+ ],
557
+ "declKind": "Func",
558
+ "usr": "s:9mergn_ios12EventManagerC13firebaseToken5tokenySS_tF",
559
+ "mangledName": "$s9mergn_ios12EventManagerC13firebaseToken5tokenySS_tF",
560
+ "moduleName": "mergn_ios",
561
+ "declAttributes": [
562
+ "AccessControl",
563
+ "RawDocComment"
564
+ ],
565
+ "funcSelfKind": "NonMutating"
566
+ },
567
+ {
568
+ "kind": "Function",
569
+ "name": "notificationViewed",
570
+ "printedName": "notificationViewed(notificationData:)",
571
+ "children": [
572
+ {
573
+ "kind": "TypeNominal",
574
+ "name": "Void",
575
+ "printedName": "()"
576
+ },
577
+ {
578
+ "kind": "TypeNominal",
579
+ "name": "UNNotificationRequest",
580
+ "printedName": "UserNotifications.UNNotificationRequest",
581
+ "usr": "c:objc(cs)UNNotificationRequest"
582
+ }
583
+ ],
584
+ "declKind": "Func",
585
+ "usr": "s:9mergn_ios12EventManagerC18notificationViewed0E4DataySo21UNNotificationRequestC_tF",
586
+ "mangledName": "$s9mergn_ios12EventManagerC18notificationViewed0E4DataySo21UNNotificationRequestC_tF",
587
+ "moduleName": "mergn_ios",
588
+ "declAttributes": [
589
+ "AccessControl"
590
+ ],
591
+ "funcSelfKind": "NonMutating"
592
+ },
593
+ {
594
+ "kind": "Function",
595
+ "name": "notificationTapped",
596
+ "printedName": "notificationTapped(notificationData:)",
597
+ "children": [
598
+ {
599
+ "kind": "TypeNominal",
600
+ "name": "Void",
601
+ "printedName": "()"
602
+ },
603
+ {
604
+ "kind": "TypeNominal",
605
+ "name": "UNNotificationRequest",
606
+ "printedName": "UserNotifications.UNNotificationRequest",
607
+ "usr": "c:objc(cs)UNNotificationRequest"
608
+ }
609
+ ],
610
+ "declKind": "Func",
611
+ "usr": "s:9mergn_ios12EventManagerC18notificationTapped0E4DataySo21UNNotificationRequestC_tF",
612
+ "mangledName": "$s9mergn_ios12EventManagerC18notificationTapped0E4DataySo21UNNotificationRequestC_tF",
613
+ "moduleName": "mergn_ios",
614
+ "declAttributes": [
615
+ "AccessControl"
616
+ ],
617
+ "funcSelfKind": "NonMutating"
618
+ },
619
+ {
620
+ "kind": "Var",
621
+ "name": "isAppInstallDateValid",
622
+ "printedName": "isAppInstallDateValid",
623
+ "children": [
624
+ {
625
+ "kind": "TypeNominal",
626
+ "name": "Bool",
627
+ "printedName": "Swift.Bool",
628
+ "usr": "s:Sb"
629
+ }
630
+ ],
631
+ "declKind": "Var",
632
+ "usr": "s:9mergn_ios12EventManagerC21isAppInstallDateValidSbvp",
633
+ "mangledName": "$s9mergn_ios12EventManagerC21isAppInstallDateValidSbvp",
634
+ "moduleName": "mergn_ios",
635
+ "declAttributes": [
636
+ "AccessControl",
637
+ "RawDocComment"
638
+ ],
639
+ "accessors": [
640
+ {
641
+ "kind": "Accessor",
642
+ "name": "Get",
643
+ "printedName": "Get()",
644
+ "children": [
645
+ {
646
+ "kind": "TypeNominal",
647
+ "name": "Bool",
648
+ "printedName": "Swift.Bool",
649
+ "usr": "s:Sb"
650
+ }
651
+ ],
652
+ "declKind": "Accessor",
653
+ "usr": "s:9mergn_ios12EventManagerC21isAppInstallDateValidSbvg",
654
+ "mangledName": "$s9mergn_ios12EventManagerC21isAppInstallDateValidSbvg",
655
+ "moduleName": "mergn_ios",
656
+ "accessorKind": "get"
657
+ }
658
+ ]
659
+ }
660
+ ],
661
+ "declKind": "Class",
662
+ "usr": "s:9mergn_ios12EventManagerC",
663
+ "mangledName": "$s9mergn_ios12EventManagerC",
664
+ "moduleName": "mergn_ios",
665
+ "declAttributes": [
666
+ "AccessControl"
667
+ ],
668
+ "hasMissingDesignatedInitializers": true,
669
+ "conformances": [
670
+ {
671
+ "kind": "Conformance",
672
+ "name": "Copyable",
673
+ "printedName": "Copyable",
674
+ "usr": "s:s8CopyableP",
675
+ "mangledName": "$ss8CopyableP"
676
+ },
677
+ {
678
+ "kind": "Conformance",
679
+ "name": "Escapable",
680
+ "printedName": "Escapable",
681
+ "usr": "s:s9EscapableP",
682
+ "mangledName": "$ss9EscapableP"
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "kind": "Import",
688
+ "name": "UIKit",
689
+ "printedName": "UIKit",
690
+ "declKind": "Import",
691
+ "moduleName": "mergn_ios"
692
+ },
693
+ {
694
+ "kind": "Import",
695
+ "name": "Foundation",
696
+ "printedName": "Foundation",
697
+ "declKind": "Import",
698
+ "moduleName": "mergn_ios",
699
+ "declAttributes": [
700
+ "RawDocComment"
701
+ ]
702
+ },
703
+ {
704
+ "kind": "Import",
705
+ "name": "WebKit",
706
+ "printedName": "WebKit",
707
+ "declKind": "Import",
708
+ "moduleName": "mergn_ios"
709
+ },
710
+ {
711
+ "kind": "TypeDecl",
712
+ "name": "InAppMergnDelegate",
713
+ "printedName": "InAppMergnDelegate",
714
+ "children": [
715
+ {
716
+ "kind": "Function",
717
+ "name": "DidReceiveInAppDeepLink",
718
+ "printedName": "DidReceiveInAppDeepLink(_:)",
719
+ "children": [
720
+ {
721
+ "kind": "TypeNominal",
722
+ "name": "Void",
723
+ "printedName": "()"
724
+ },
725
+ {
726
+ "kind": "TypeNominal",
727
+ "name": "String",
728
+ "printedName": "Swift.String",
729
+ "usr": "s:SS"
730
+ }
731
+ ],
732
+ "declKind": "Func",
733
+ "usr": "s:9mergn_ios18InAppMergnDelegateP010DidReceivecD8DeepLinkyySSF",
734
+ "mangledName": "$s9mergn_ios18InAppMergnDelegateP010DidReceivecD8DeepLinkyySSF",
735
+ "moduleName": "mergn_ios",
736
+ "genericSig": "<τ_0_0 where τ_0_0 : mergn_ios.InAppMergnDelegate>",
737
+ "sugared_genericSig": "<Self where Self : mergn_ios.InAppMergnDelegate>",
738
+ "protocolReq": true,
739
+ "reqNewWitnessTableEntry": true,
740
+ "funcSelfKind": "NonMutating"
741
+ }
742
+ ],
743
+ "declKind": "Protocol",
744
+ "usr": "s:9mergn_ios18InAppMergnDelegateP",
745
+ "mangledName": "$s9mergn_ios18InAppMergnDelegateP",
746
+ "moduleName": "mergn_ios",
747
+ "genericSig": "<τ_0_0 : AnyObject>",
748
+ "sugared_genericSig": "<Self : AnyObject>",
749
+ "declAttributes": [
750
+ "AccessControl",
751
+ "RawDocComment"
752
+ ],
753
+ "conformances": [
754
+ {
755
+ "kind": "Conformance",
756
+ "name": "Escapable",
757
+ "printedName": "Escapable",
758
+ "usr": "s:s9EscapableP",
759
+ "mangledName": "$ss9EscapableP"
760
+ },
761
+ {
762
+ "kind": "Conformance",
763
+ "name": "Copyable",
764
+ "printedName": "Copyable",
765
+ "usr": "s:s8CopyableP",
766
+ "mangledName": "$ss8CopyableP"
767
+ }
768
+ ]
769
+ },
770
+ {
771
+ "kind": "Import",
772
+ "name": "Foundation",
773
+ "printedName": "Foundation",
774
+ "declKind": "Import",
775
+ "moduleName": "mergn_ios",
776
+ "declAttributes": [
777
+ "RawDocComment"
778
+ ]
779
+ },
780
+ {
781
+ "kind": "Import",
782
+ "name": "Foundation",
783
+ "printedName": "Foundation",
784
+ "declKind": "Import",
785
+ "moduleName": "mergn_ios",
786
+ "declAttributes": [
787
+ "RawDocComment"
788
+ ]
789
+ },
790
+ {
791
+ "kind": "Import",
792
+ "name": "Foundation",
793
+ "printedName": "Foundation",
794
+ "declKind": "Import",
795
+ "moduleName": "mergn_ios",
796
+ "declAttributes": [
797
+ "RawDocComment"
798
+ ]
799
+ },
800
+ {
801
+ "kind": "Import",
802
+ "name": "Foundation",
803
+ "printedName": "Foundation",
804
+ "declKind": "Import",
805
+ "moduleName": "mergn_ios",
806
+ "declAttributes": [
807
+ "RawDocComment"
808
+ ]
809
+ },
810
+ {
811
+ "kind": "Import",
812
+ "name": "Foundation",
813
+ "printedName": "Foundation",
814
+ "declKind": "Import",
815
+ "moduleName": "mergn_ios",
816
+ "declAttributes": [
817
+ "RawDocComment"
818
+ ]
819
+ },
820
+ {
821
+ "kind": "Import",
822
+ "name": "UIKit",
823
+ "printedName": "UIKit",
824
+ "declKind": "Import",
825
+ "moduleName": "mergn_ios"
826
+ },
827
+ {
828
+ "kind": "TypeDecl",
829
+ "name": "SDKManager",
830
+ "printedName": "SDKManager",
831
+ "children": [
832
+ {
833
+ "kind": "Var",
834
+ "name": "shared",
835
+ "printedName": "shared",
836
+ "children": [
837
+ {
838
+ "kind": "TypeNominal",
839
+ "name": "SDKManager",
840
+ "printedName": "mergn_ios.SDKManager",
841
+ "usr": "s:9mergn_ios10SDKManagerC"
842
+ }
843
+ ],
844
+ "declKind": "Var",
845
+ "usr": "s:9mergn_ios10SDKManagerC6sharedACvpZ",
846
+ "mangledName": "$s9mergn_ios10SDKManagerC6sharedACvpZ",
847
+ "moduleName": "mergn_ios",
848
+ "static": true,
849
+ "declAttributes": [
850
+ "HasInitialValue",
851
+ "Final",
852
+ "HasStorage",
853
+ "AccessControl",
854
+ "RawDocComment"
855
+ ],
856
+ "isLet": true,
857
+ "hasStorage": true,
858
+ "accessors": [
859
+ {
860
+ "kind": "Accessor",
861
+ "name": "Get",
862
+ "printedName": "Get()",
863
+ "children": [
864
+ {
865
+ "kind": "TypeNominal",
866
+ "name": "SDKManager",
867
+ "printedName": "mergn_ios.SDKManager",
868
+ "usr": "s:9mergn_ios10SDKManagerC"
869
+ }
870
+ ],
871
+ "declKind": "Accessor",
872
+ "usr": "s:9mergn_ios10SDKManagerC6sharedACvgZ",
873
+ "mangledName": "$s9mergn_ios10SDKManagerC6sharedACvgZ",
874
+ "moduleName": "mergn_ios",
875
+ "static": true,
876
+ "implicit": true,
877
+ "declAttributes": [
878
+ "Final"
879
+ ],
880
+ "accessorKind": "get"
881
+ }
882
+ ]
883
+ },
884
+ {
885
+ "kind": "Function",
886
+ "name": "setCurrentViewController",
887
+ "printedName": "setCurrentViewController(_:)",
888
+ "children": [
889
+ {
890
+ "kind": "TypeNominal",
891
+ "name": "Void",
892
+ "printedName": "()"
893
+ },
894
+ {
895
+ "kind": "TypeNominal",
896
+ "name": "Optional",
897
+ "printedName": "UIKit.UIViewController?",
898
+ "children": [
899
+ {
900
+ "kind": "TypeNominal",
901
+ "name": "UIViewController",
902
+ "printedName": "UIKit.UIViewController",
903
+ "usr": "c:objc(cs)UIViewController"
904
+ }
905
+ ],
906
+ "usr": "s:Sq"
907
+ }
908
+ ],
909
+ "declKind": "Func",
910
+ "usr": "s:9mergn_ios10SDKManagerC24setCurrentViewControlleryySo06UIViewG0CSgF",
911
+ "mangledName": "$s9mergn_ios10SDKManagerC24setCurrentViewControlleryySo06UIViewG0CSgF",
912
+ "moduleName": "mergn_ios",
913
+ "declAttributes": [
914
+ "AccessControl",
915
+ "RawDocComment"
916
+ ],
917
+ "funcSelfKind": "NonMutating"
918
+ },
919
+ {
920
+ "kind": "Function",
921
+ "name": "getCurrentViewController",
922
+ "printedName": "getCurrentViewController()",
923
+ "children": [
924
+ {
925
+ "kind": "TypeNominal",
926
+ "name": "Optional",
927
+ "printedName": "UIKit.UIViewController?",
928
+ "children": [
929
+ {
930
+ "kind": "TypeNominal",
931
+ "name": "UIViewController",
932
+ "printedName": "UIKit.UIViewController",
933
+ "usr": "c:objc(cs)UIViewController"
934
+ }
935
+ ],
936
+ "usr": "s:Sq"
937
+ }
938
+ ],
939
+ "declKind": "Func",
940
+ "usr": "s:9mergn_ios10SDKManagerC24getCurrentViewControllerSo06UIViewG0CSgyF",
941
+ "mangledName": "$s9mergn_ios10SDKManagerC24getCurrentViewControllerSo06UIViewG0CSgyF",
942
+ "moduleName": "mergn_ios",
943
+ "declAttributes": [
944
+ "AccessControl",
945
+ "RawDocComment"
946
+ ],
947
+ "funcSelfKind": "NonMutating"
948
+ }
949
+ ],
950
+ "declKind": "Class",
951
+ "usr": "s:9mergn_ios10SDKManagerC",
952
+ "mangledName": "$s9mergn_ios10SDKManagerC",
953
+ "moduleName": "mergn_ios",
954
+ "declAttributes": [
955
+ "AccessControl"
956
+ ],
957
+ "hasMissingDesignatedInitializers": true,
958
+ "conformances": [
959
+ {
960
+ "kind": "Conformance",
961
+ "name": "Copyable",
962
+ "printedName": "Copyable",
963
+ "usr": "s:s8CopyableP",
964
+ "mangledName": "$ss8CopyableP"
965
+ },
966
+ {
967
+ "kind": "Conformance",
968
+ "name": "Escapable",
969
+ "printedName": "Escapable",
970
+ "usr": "s:s9EscapableP",
971
+ "mangledName": "$ss9EscapableP"
972
+ }
973
+ ]
974
+ },
975
+ {
976
+ "kind": "TypeDecl",
977
+ "name": "SDKManagerError",
978
+ "printedName": "SDKManagerError",
979
+ "children": [
980
+ {
981
+ "kind": "Var",
982
+ "name": "invalidViewController",
983
+ "printedName": "invalidViewController",
984
+ "children": [
985
+ {
986
+ "kind": "TypeFunc",
987
+ "name": "Function",
988
+ "printedName": "(mergn_ios.SDKManagerError.Type) -> mergn_ios.SDKManagerError",
989
+ "children": [
990
+ {
991
+ "kind": "TypeNominal",
992
+ "name": "SDKManagerError",
993
+ "printedName": "mergn_ios.SDKManagerError",
994
+ "usr": "s:9mergn_ios15SDKManagerErrorO"
995
+ },
996
+ {
997
+ "kind": "TypeNominal",
998
+ "name": "Metatype",
999
+ "printedName": "mergn_ios.SDKManagerError.Type",
1000
+ "children": [
1001
+ {
1002
+ "kind": "TypeNominal",
1003
+ "name": "SDKManagerError",
1004
+ "printedName": "mergn_ios.SDKManagerError",
1005
+ "usr": "s:9mergn_ios15SDKManagerErrorO"
1006
+ }
1007
+ ]
1008
+ }
1009
+ ]
1010
+ }
1011
+ ],
1012
+ "declKind": "EnumElement",
1013
+ "usr": "s:9mergn_ios15SDKManagerErrorO21invalidViewControlleryA2CmF",
1014
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO21invalidViewControlleryA2CmF",
1015
+ "moduleName": "mergn_ios"
1016
+ },
1017
+ {
1018
+ "kind": "Var",
1019
+ "name": "viewControllerNotSet",
1020
+ "printedName": "viewControllerNotSet",
1021
+ "children": [
1022
+ {
1023
+ "kind": "TypeFunc",
1024
+ "name": "Function",
1025
+ "printedName": "(mergn_ios.SDKManagerError.Type) -> mergn_ios.SDKManagerError",
1026
+ "children": [
1027
+ {
1028
+ "kind": "TypeNominal",
1029
+ "name": "SDKManagerError",
1030
+ "printedName": "mergn_ios.SDKManagerError",
1031
+ "usr": "s:9mergn_ios15SDKManagerErrorO"
1032
+ },
1033
+ {
1034
+ "kind": "TypeNominal",
1035
+ "name": "Metatype",
1036
+ "printedName": "mergn_ios.SDKManagerError.Type",
1037
+ "children": [
1038
+ {
1039
+ "kind": "TypeNominal",
1040
+ "name": "SDKManagerError",
1041
+ "printedName": "mergn_ios.SDKManagerError",
1042
+ "usr": "s:9mergn_ios15SDKManagerErrorO"
1043
+ }
1044
+ ]
1045
+ }
1046
+ ]
1047
+ }
1048
+ ],
1049
+ "declKind": "EnumElement",
1050
+ "usr": "s:9mergn_ios15SDKManagerErrorO20viewControllerNotSetyA2CmF",
1051
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO20viewControllerNotSetyA2CmF",
1052
+ "moduleName": "mergn_ios"
1053
+ },
1054
+ {
1055
+ "kind": "Function",
1056
+ "name": "==",
1057
+ "printedName": "==(_:_:)",
1058
+ "children": [
1059
+ {
1060
+ "kind": "TypeNominal",
1061
+ "name": "Bool",
1062
+ "printedName": "Swift.Bool",
1063
+ "usr": "s:Sb"
1064
+ },
1065
+ {
1066
+ "kind": "TypeNominal",
1067
+ "name": "SDKManagerError",
1068
+ "printedName": "mergn_ios.SDKManagerError",
1069
+ "usr": "s:9mergn_ios15SDKManagerErrorO"
1070
+ },
1071
+ {
1072
+ "kind": "TypeNominal",
1073
+ "name": "SDKManagerError",
1074
+ "printedName": "mergn_ios.SDKManagerError",
1075
+ "usr": "s:9mergn_ios15SDKManagerErrorO"
1076
+ }
1077
+ ],
1078
+ "declKind": "Func",
1079
+ "usr": "s:9mergn_ios15SDKManagerErrorO2eeoiySbAC_ACtFZ",
1080
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO2eeoiySbAC_ACtFZ",
1081
+ "moduleName": "mergn_ios",
1082
+ "static": true,
1083
+ "implicit": true,
1084
+ "funcSelfKind": "NonMutating"
1085
+ },
1086
+ {
1087
+ "kind": "Var",
1088
+ "name": "hashValue",
1089
+ "printedName": "hashValue",
1090
+ "children": [
1091
+ {
1092
+ "kind": "TypeNominal",
1093
+ "name": "Int",
1094
+ "printedName": "Swift.Int",
1095
+ "usr": "s:Si"
1096
+ }
1097
+ ],
1098
+ "declKind": "Var",
1099
+ "usr": "s:9mergn_ios15SDKManagerErrorO9hashValueSivp",
1100
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO9hashValueSivp",
1101
+ "moduleName": "mergn_ios",
1102
+ "implicit": true,
1103
+ "accessors": [
1104
+ {
1105
+ "kind": "Accessor",
1106
+ "name": "Get",
1107
+ "printedName": "Get()",
1108
+ "children": [
1109
+ {
1110
+ "kind": "TypeNominal",
1111
+ "name": "Int",
1112
+ "printedName": "Swift.Int",
1113
+ "usr": "s:Si"
1114
+ }
1115
+ ],
1116
+ "declKind": "Accessor",
1117
+ "usr": "s:9mergn_ios15SDKManagerErrorO9hashValueSivg",
1118
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO9hashValueSivg",
1119
+ "moduleName": "mergn_ios",
1120
+ "implicit": true,
1121
+ "accessorKind": "get"
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "kind": "Function",
1127
+ "name": "hash",
1128
+ "printedName": "hash(into:)",
1129
+ "children": [
1130
+ {
1131
+ "kind": "TypeNominal",
1132
+ "name": "Void",
1133
+ "printedName": "()"
1134
+ },
1135
+ {
1136
+ "kind": "TypeNominal",
1137
+ "name": "Hasher",
1138
+ "printedName": "Swift.Hasher",
1139
+ "paramValueOwnership": "InOut",
1140
+ "usr": "s:s6HasherV"
1141
+ }
1142
+ ],
1143
+ "declKind": "Func",
1144
+ "usr": "s:9mergn_ios15SDKManagerErrorO4hash4intoys6HasherVz_tF",
1145
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO4hash4intoys6HasherVz_tF",
1146
+ "moduleName": "mergn_ios",
1147
+ "implicit": true,
1148
+ "funcSelfKind": "NonMutating"
1149
+ }
1150
+ ],
1151
+ "declKind": "Enum",
1152
+ "usr": "s:9mergn_ios15SDKManagerErrorO",
1153
+ "mangledName": "$s9mergn_ios15SDKManagerErrorO",
1154
+ "moduleName": "mergn_ios",
1155
+ "declAttributes": [
1156
+ "AccessControl",
1157
+ "RawDocComment"
1158
+ ],
1159
+ "conformances": [
1160
+ {
1161
+ "kind": "Conformance",
1162
+ "name": "Copyable",
1163
+ "printedName": "Copyable",
1164
+ "usr": "s:s8CopyableP",
1165
+ "mangledName": "$ss8CopyableP"
1166
+ },
1167
+ {
1168
+ "kind": "Conformance",
1169
+ "name": "Equatable",
1170
+ "printedName": "Equatable",
1171
+ "usr": "s:SQ",
1172
+ "mangledName": "$sSQ"
1173
+ },
1174
+ {
1175
+ "kind": "Conformance",
1176
+ "name": "Escapable",
1177
+ "printedName": "Escapable",
1178
+ "usr": "s:s9EscapableP",
1179
+ "mangledName": "$ss9EscapableP"
1180
+ },
1181
+ {
1182
+ "kind": "Conformance",
1183
+ "name": "Hashable",
1184
+ "printedName": "Hashable",
1185
+ "usr": "s:SH",
1186
+ "mangledName": "$sSH"
1187
+ },
1188
+ {
1189
+ "kind": "Conformance",
1190
+ "name": "Error",
1191
+ "printedName": "Error",
1192
+ "usr": "s:s5ErrorP",
1193
+ "mangledName": "$ss5ErrorP"
1194
+ },
1195
+ {
1196
+ "kind": "Conformance",
1197
+ "name": "Sendable",
1198
+ "printedName": "Sendable",
1199
+ "usr": "s:s8SendableP",
1200
+ "mangledName": "$ss8SendableP"
1201
+ },
1202
+ {
1203
+ "kind": "Conformance",
1204
+ "name": "SendableMetatype",
1205
+ "printedName": "SendableMetatype",
1206
+ "usr": "s:s16SendableMetatypeP",
1207
+ "mangledName": "$ss16SendableMetatypeP"
1208
+ }
1209
+ ]
1210
+ },
1211
+ {
1212
+ "kind": "TypeDecl",
1213
+ "name": "MergnSDKManager",
1214
+ "printedName": "MergnSDKManager",
1215
+ "children": [
1216
+ {
1217
+ "kind": "Var",
1218
+ "name": "shared",
1219
+ "printedName": "shared",
1220
+ "children": [
1221
+ {
1222
+ "kind": "TypeNominal",
1223
+ "name": "MergnSDKManager",
1224
+ "printedName": "mergn_ios.MergnSDKManager",
1225
+ "usr": "s:9mergn_ios15MergnSDKManagerC"
1226
+ }
1227
+ ],
1228
+ "declKind": "Var",
1229
+ "usr": "s:9mergn_ios15MergnSDKManagerC6sharedACvpZ",
1230
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC6sharedACvpZ",
1231
+ "moduleName": "mergn_ios",
1232
+ "static": true,
1233
+ "declAttributes": [
1234
+ "HasInitialValue",
1235
+ "Final",
1236
+ "HasStorage",
1237
+ "AccessControl"
1238
+ ],
1239
+ "isLet": true,
1240
+ "hasStorage": true,
1241
+ "accessors": [
1242
+ {
1243
+ "kind": "Accessor",
1244
+ "name": "Get",
1245
+ "printedName": "Get()",
1246
+ "children": [
1247
+ {
1248
+ "kind": "TypeNominal",
1249
+ "name": "MergnSDKManager",
1250
+ "printedName": "mergn_ios.MergnSDKManager",
1251
+ "usr": "s:9mergn_ios15MergnSDKManagerC"
1252
+ }
1253
+ ],
1254
+ "declKind": "Accessor",
1255
+ "usr": "s:9mergn_ios15MergnSDKManagerC6sharedACvgZ",
1256
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC6sharedACvgZ",
1257
+ "moduleName": "mergn_ios",
1258
+ "static": true,
1259
+ "implicit": true,
1260
+ "declAttributes": [
1261
+ "Final"
1262
+ ],
1263
+ "accessorKind": "get"
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "kind": "Var",
1269
+ "name": "inAppDelegateMergn",
1270
+ "printedName": "inAppDelegateMergn",
1271
+ "children": [
1272
+ {
1273
+ "kind": "TypeNominal",
1274
+ "name": "WeakStorage",
1275
+ "printedName": "(any mergn_ios.InAppMergnDelegate)?"
1276
+ }
1277
+ ],
1278
+ "declKind": "Var",
1279
+ "usr": "s:9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvp",
1280
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvp",
1281
+ "moduleName": "mergn_ios",
1282
+ "declAttributes": [
1283
+ "HasInitialValue",
1284
+ "HasStorage",
1285
+ "ReferenceOwnership",
1286
+ "AccessControl"
1287
+ ],
1288
+ "ownership": 1,
1289
+ "hasStorage": true,
1290
+ "accessors": [
1291
+ {
1292
+ "kind": "Accessor",
1293
+ "name": "Get",
1294
+ "printedName": "Get()",
1295
+ "children": [
1296
+ {
1297
+ "kind": "TypeNominal",
1298
+ "name": "Optional",
1299
+ "printedName": "(any mergn_ios.InAppMergnDelegate)?",
1300
+ "children": [
1301
+ {
1302
+ "kind": "TypeNominal",
1303
+ "name": "InAppMergnDelegate",
1304
+ "printedName": "any mergn_ios.InAppMergnDelegate",
1305
+ "usr": "s:9mergn_ios18InAppMergnDelegateP"
1306
+ }
1307
+ ],
1308
+ "usr": "s:Sq"
1309
+ }
1310
+ ],
1311
+ "declKind": "Accessor",
1312
+ "usr": "s:9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvg",
1313
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvg",
1314
+ "moduleName": "mergn_ios",
1315
+ "implicit": true,
1316
+ "accessorKind": "get"
1317
+ },
1318
+ {
1319
+ "kind": "Accessor",
1320
+ "name": "Set",
1321
+ "printedName": "Set()",
1322
+ "children": [
1323
+ {
1324
+ "kind": "TypeNominal",
1325
+ "name": "Void",
1326
+ "printedName": "()"
1327
+ },
1328
+ {
1329
+ "kind": "TypeNominal",
1330
+ "name": "Optional",
1331
+ "printedName": "(any mergn_ios.InAppMergnDelegate)?",
1332
+ "children": [
1333
+ {
1334
+ "kind": "TypeNominal",
1335
+ "name": "InAppMergnDelegate",
1336
+ "printedName": "any mergn_ios.InAppMergnDelegate",
1337
+ "usr": "s:9mergn_ios18InAppMergnDelegateP"
1338
+ }
1339
+ ],
1340
+ "usr": "s:Sq"
1341
+ }
1342
+ ],
1343
+ "declKind": "Accessor",
1344
+ "usr": "s:9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvs",
1345
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvs",
1346
+ "moduleName": "mergn_ios",
1347
+ "implicit": true,
1348
+ "accessorKind": "set"
1349
+ },
1350
+ {
1351
+ "kind": "Accessor",
1352
+ "name": "Modify",
1353
+ "printedName": "Modify()",
1354
+ "children": [
1355
+ {
1356
+ "kind": "TypeNominal",
1357
+ "name": "Void",
1358
+ "printedName": "()"
1359
+ }
1360
+ ],
1361
+ "declKind": "Accessor",
1362
+ "usr": "s:9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvM",
1363
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC013inAppDelegateC0AA02InfcG0_pSgvM",
1364
+ "moduleName": "mergn_ios",
1365
+ "implicit": true,
1366
+ "accessorKind": "_modify"
1367
+ }
1368
+ ]
1369
+ }
1370
+ ],
1371
+ "declKind": "Class",
1372
+ "usr": "s:9mergn_ios15MergnSDKManagerC",
1373
+ "mangledName": "$s9mergn_ios15MergnSDKManagerC",
1374
+ "moduleName": "mergn_ios",
1375
+ "declAttributes": [
1376
+ "AccessControl"
1377
+ ],
1378
+ "hasMissingDesignatedInitializers": true,
1379
+ "conformances": [
1380
+ {
1381
+ "kind": "Conformance",
1382
+ "name": "Copyable",
1383
+ "printedName": "Copyable",
1384
+ "usr": "s:s8CopyableP",
1385
+ "mangledName": "$ss8CopyableP"
1386
+ },
1387
+ {
1388
+ "kind": "Conformance",
1389
+ "name": "Escapable",
1390
+ "printedName": "Escapable",
1391
+ "usr": "s:s9EscapableP",
1392
+ "mangledName": "$ss9EscapableP"
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "kind": "Import",
1398
+ "name": "UIKit",
1399
+ "printedName": "UIKit",
1400
+ "declKind": "Import",
1401
+ "moduleName": "mergn_ios"
1402
+ },
1403
+ {
1404
+ "kind": "Import",
1405
+ "name": "WebKit",
1406
+ "printedName": "WebKit",
1407
+ "declKind": "Import",
1408
+ "moduleName": "mergn_ios"
1409
+ },
1410
+ {
1411
+ "kind": "TypeDecl",
1412
+ "name": "WebViewController",
1413
+ "printedName": "WebViewController",
1414
+ "children": [
1415
+ {
1416
+ "kind": "Var",
1417
+ "name": "delegate",
1418
+ "printedName": "delegate",
1419
+ "children": [
1420
+ {
1421
+ "kind": "TypeNominal",
1422
+ "name": "WeakStorage",
1423
+ "printedName": "(any mergn_ios.InAppMergnDelegate)?"
1424
+ }
1425
+ ],
1426
+ "declKind": "Var",
1427
+ "usr": "s:9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvp",
1428
+ "mangledName": "$s9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvp",
1429
+ "moduleName": "mergn_ios",
1430
+ "declAttributes": [
1431
+ "HasInitialValue",
1432
+ "Preconcurrency",
1433
+ "Custom",
1434
+ "HasStorage",
1435
+ "ReferenceOwnership",
1436
+ "AccessControl"
1437
+ ],
1438
+ "ownership": 1,
1439
+ "hasStorage": true,
1440
+ "accessors": [
1441
+ {
1442
+ "kind": "Accessor",
1443
+ "name": "Get",
1444
+ "printedName": "Get()",
1445
+ "children": [
1446
+ {
1447
+ "kind": "TypeNominal",
1448
+ "name": "Optional",
1449
+ "printedName": "(any mergn_ios.InAppMergnDelegate)?",
1450
+ "children": [
1451
+ {
1452
+ "kind": "TypeNominal",
1453
+ "name": "InAppMergnDelegate",
1454
+ "printedName": "any mergn_ios.InAppMergnDelegate",
1455
+ "usr": "s:9mergn_ios18InAppMergnDelegateP"
1456
+ }
1457
+ ],
1458
+ "usr": "s:Sq"
1459
+ }
1460
+ ],
1461
+ "declKind": "Accessor",
1462
+ "usr": "s:9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvg",
1463
+ "mangledName": "$s9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvg",
1464
+ "moduleName": "mergn_ios",
1465
+ "implicit": true,
1466
+ "accessorKind": "get"
1467
+ },
1468
+ {
1469
+ "kind": "Accessor",
1470
+ "name": "Set",
1471
+ "printedName": "Set()",
1472
+ "children": [
1473
+ {
1474
+ "kind": "TypeNominal",
1475
+ "name": "Void",
1476
+ "printedName": "()"
1477
+ },
1478
+ {
1479
+ "kind": "TypeNominal",
1480
+ "name": "Optional",
1481
+ "printedName": "(any mergn_ios.InAppMergnDelegate)?",
1482
+ "children": [
1483
+ {
1484
+ "kind": "TypeNominal",
1485
+ "name": "InAppMergnDelegate",
1486
+ "printedName": "any mergn_ios.InAppMergnDelegate",
1487
+ "usr": "s:9mergn_ios18InAppMergnDelegateP"
1488
+ }
1489
+ ],
1490
+ "usr": "s:Sq"
1491
+ }
1492
+ ],
1493
+ "declKind": "Accessor",
1494
+ "usr": "s:9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvs",
1495
+ "mangledName": "$s9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvs",
1496
+ "moduleName": "mergn_ios",
1497
+ "implicit": true,
1498
+ "accessorKind": "set"
1499
+ },
1500
+ {
1501
+ "kind": "Accessor",
1502
+ "name": "Modify",
1503
+ "printedName": "Modify()",
1504
+ "children": [
1505
+ {
1506
+ "kind": "TypeNominal",
1507
+ "name": "Void",
1508
+ "printedName": "()"
1509
+ }
1510
+ ],
1511
+ "declKind": "Accessor",
1512
+ "usr": "s:9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvM",
1513
+ "mangledName": "$s9mergn_ios17WebViewControllerC8delegateAA18InAppMergnDelegate_pSgvM",
1514
+ "moduleName": "mergn_ios",
1515
+ "implicit": true,
1516
+ "accessorKind": "_modify"
1517
+ }
1518
+ ]
1519
+ },
1520
+ {
1521
+ "kind": "Function",
1522
+ "name": "viewDidLoad",
1523
+ "printedName": "viewDidLoad()",
1524
+ "children": [
1525
+ {
1526
+ "kind": "TypeNominal",
1527
+ "name": "Void",
1528
+ "printedName": "()"
1529
+ }
1530
+ ],
1531
+ "declKind": "Func",
1532
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)viewDidLoad",
1533
+ "mangledName": "$s9mergn_ios17WebViewControllerC11viewDidLoadyyF",
1534
+ "moduleName": "mergn_ios",
1535
+ "overriding": true,
1536
+ "objc_name": "viewDidLoad",
1537
+ "declAttributes": [
1538
+ "Dynamic",
1539
+ "ObjC",
1540
+ "Preconcurrency",
1541
+ "Custom",
1542
+ "Override",
1543
+ "AccessControl"
1544
+ ],
1545
+ "funcSelfKind": "NonMutating"
1546
+ },
1547
+ {
1548
+ "kind": "Function",
1549
+ "name": "viewDidAppear",
1550
+ "printedName": "viewDidAppear(_:)",
1551
+ "children": [
1552
+ {
1553
+ "kind": "TypeNominal",
1554
+ "name": "Void",
1555
+ "printedName": "()"
1556
+ },
1557
+ {
1558
+ "kind": "TypeNominal",
1559
+ "name": "Bool",
1560
+ "printedName": "Swift.Bool",
1561
+ "usr": "s:Sb"
1562
+ }
1563
+ ],
1564
+ "declKind": "Func",
1565
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)viewDidAppear:",
1566
+ "mangledName": "$s9mergn_ios17WebViewControllerC13viewDidAppearyySbF",
1567
+ "moduleName": "mergn_ios",
1568
+ "overriding": true,
1569
+ "objc_name": "viewDidAppear:",
1570
+ "declAttributes": [
1571
+ "Dynamic",
1572
+ "ObjC",
1573
+ "Preconcurrency",
1574
+ "Custom",
1575
+ "Override",
1576
+ "AccessControl"
1577
+ ],
1578
+ "funcSelfKind": "NonMutating"
1579
+ },
1580
+ {
1581
+ "kind": "Function",
1582
+ "name": "loadHTML",
1583
+ "printedName": "loadHTML(_:)",
1584
+ "children": [
1585
+ {
1586
+ "kind": "TypeNominal",
1587
+ "name": "Void",
1588
+ "printedName": "()"
1589
+ },
1590
+ {
1591
+ "kind": "TypeNominal",
1592
+ "name": "String",
1593
+ "printedName": "Swift.String",
1594
+ "usr": "s:SS"
1595
+ }
1596
+ ],
1597
+ "declKind": "Func",
1598
+ "usr": "s:9mergn_ios17WebViewControllerC8loadHTMLyySSF",
1599
+ "mangledName": "$s9mergn_ios17WebViewControllerC8loadHTMLyySSF",
1600
+ "moduleName": "mergn_ios",
1601
+ "declAttributes": [
1602
+ "Preconcurrency",
1603
+ "Custom",
1604
+ "AccessControl"
1605
+ ],
1606
+ "funcSelfKind": "NonMutating"
1607
+ },
1608
+ {
1609
+ "kind": "Function",
1610
+ "name": "webView",
1611
+ "printedName": "webView(_:didFinish:)",
1612
+ "children": [
1613
+ {
1614
+ "kind": "TypeNominal",
1615
+ "name": "Void",
1616
+ "printedName": "()"
1617
+ },
1618
+ {
1619
+ "kind": "TypeNominal",
1620
+ "name": "WKWebView",
1621
+ "printedName": "WebKit.WKWebView",
1622
+ "usr": "c:objc(cs)WKWebView"
1623
+ },
1624
+ {
1625
+ "kind": "TypeNominal",
1626
+ "name": "ImplicitlyUnwrappedOptional",
1627
+ "printedName": "WebKit.WKNavigation?",
1628
+ "children": [
1629
+ {
1630
+ "kind": "TypeNominal",
1631
+ "name": "WKNavigation",
1632
+ "printedName": "WebKit.WKNavigation",
1633
+ "usr": "c:objc(cs)WKNavigation"
1634
+ }
1635
+ ],
1636
+ "usr": "s:Sq"
1637
+ }
1638
+ ],
1639
+ "declKind": "Func",
1640
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)webView:didFinishNavigation:",
1641
+ "mangledName": "$s9mergn_ios17WebViewControllerC03webD0_9didFinishySo05WKWebD0C_So12WKNavigationCSgtF",
1642
+ "moduleName": "mergn_ios",
1643
+ "objc_name": "webView:didFinishNavigation:",
1644
+ "declAttributes": [
1645
+ "ObjC",
1646
+ "Preconcurrency",
1647
+ "Custom",
1648
+ "AccessControl",
1649
+ "RawDocComment"
1650
+ ],
1651
+ "funcSelfKind": "NonMutating"
1652
+ },
1653
+ {
1654
+ "kind": "Function",
1655
+ "name": "webView",
1656
+ "printedName": "webView(_:decidePolicyFor:decisionHandler:)",
1657
+ "children": [
1658
+ {
1659
+ "kind": "TypeNominal",
1660
+ "name": "Void",
1661
+ "printedName": "()"
1662
+ },
1663
+ {
1664
+ "kind": "TypeNominal",
1665
+ "name": "WKWebView",
1666
+ "printedName": "WebKit.WKWebView",
1667
+ "usr": "c:objc(cs)WKWebView"
1668
+ },
1669
+ {
1670
+ "kind": "TypeNominal",
1671
+ "name": "WKNavigationAction",
1672
+ "printedName": "WebKit.WKNavigationAction",
1673
+ "usr": "c:objc(cs)WKNavigationAction"
1674
+ },
1675
+ {
1676
+ "kind": "TypeFunc",
1677
+ "name": "Function",
1678
+ "printedName": "(WebKit.WKNavigationActionPolicy) -> ()",
1679
+ "children": [
1680
+ {
1681
+ "kind": "TypeNominal",
1682
+ "name": "Void",
1683
+ "printedName": "()"
1684
+ },
1685
+ {
1686
+ "kind": "TypeNominal",
1687
+ "name": "WKNavigationActionPolicy",
1688
+ "printedName": "WebKit.WKNavigationActionPolicy",
1689
+ "usr": "c:@E@WKNavigationActionPolicy"
1690
+ }
1691
+ ]
1692
+ }
1693
+ ],
1694
+ "declKind": "Func",
1695
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)webView:decidePolicyForNavigationAction:decisionHandler:",
1696
+ "mangledName": "$s9mergn_ios17WebViewControllerC03webD0_15decidePolicyFor15decisionHandlerySo05WKWebD0C_So18WKNavigationActionCySo0mnH0VctF",
1697
+ "moduleName": "mergn_ios",
1698
+ "objc_name": "webView:decidePolicyForNavigationAction:decisionHandler:",
1699
+ "declAttributes": [
1700
+ "ObjC",
1701
+ "Preconcurrency",
1702
+ "Custom",
1703
+ "AccessControl",
1704
+ "RawDocComment"
1705
+ ],
1706
+ "funcSelfKind": "NonMutating"
1707
+ },
1708
+ {
1709
+ "kind": "Function",
1710
+ "name": "webView",
1711
+ "printedName": "webView(_:didFail:withError:)",
1712
+ "children": [
1713
+ {
1714
+ "kind": "TypeNominal",
1715
+ "name": "Void",
1716
+ "printedName": "()"
1717
+ },
1718
+ {
1719
+ "kind": "TypeNominal",
1720
+ "name": "WKWebView",
1721
+ "printedName": "WebKit.WKWebView",
1722
+ "usr": "c:objc(cs)WKWebView"
1723
+ },
1724
+ {
1725
+ "kind": "TypeNominal",
1726
+ "name": "ImplicitlyUnwrappedOptional",
1727
+ "printedName": "WebKit.WKNavigation?",
1728
+ "children": [
1729
+ {
1730
+ "kind": "TypeNominal",
1731
+ "name": "WKNavigation",
1732
+ "printedName": "WebKit.WKNavigation",
1733
+ "usr": "c:objc(cs)WKNavigation"
1734
+ }
1735
+ ],
1736
+ "usr": "s:Sq"
1737
+ },
1738
+ {
1739
+ "kind": "TypeNominal",
1740
+ "name": "Error",
1741
+ "printedName": "any Swift.Error",
1742
+ "usr": "s:s5ErrorP"
1743
+ }
1744
+ ],
1745
+ "declKind": "Func",
1746
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)webView:didFailNavigation:withError:",
1747
+ "mangledName": "$s9mergn_ios17WebViewControllerC03webD0_7didFail9withErrorySo05WKWebD0C_So12WKNavigationCSgs0J0_ptF",
1748
+ "moduleName": "mergn_ios",
1749
+ "objc_name": "webView:didFailNavigation:withError:",
1750
+ "declAttributes": [
1751
+ "ObjC",
1752
+ "Preconcurrency",
1753
+ "Custom",
1754
+ "AccessControl",
1755
+ "RawDocComment"
1756
+ ],
1757
+ "funcSelfKind": "NonMutating"
1758
+ },
1759
+ {
1760
+ "kind": "Function",
1761
+ "name": "userContentController",
1762
+ "printedName": "userContentController(_:didReceive:)",
1763
+ "children": [
1764
+ {
1765
+ "kind": "TypeNominal",
1766
+ "name": "Void",
1767
+ "printedName": "()"
1768
+ },
1769
+ {
1770
+ "kind": "TypeNominal",
1771
+ "name": "WKUserContentController",
1772
+ "printedName": "WebKit.WKUserContentController",
1773
+ "usr": "c:objc(cs)WKUserContentController"
1774
+ },
1775
+ {
1776
+ "kind": "TypeNominal",
1777
+ "name": "WKScriptMessage",
1778
+ "printedName": "WebKit.WKScriptMessage",
1779
+ "usr": "c:objc(cs)WKScriptMessage"
1780
+ }
1781
+ ],
1782
+ "declKind": "Func",
1783
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)userContentController:didReceiveScriptMessage:",
1784
+ "mangledName": "$s9mergn_ios17WebViewControllerC011userContentE0_10didReceiveySo06WKUsergE0C_So15WKScriptMessageCtF",
1785
+ "moduleName": "mergn_ios",
1786
+ "objc_name": "userContentController:didReceiveScriptMessage:",
1787
+ "declAttributes": [
1788
+ "ObjC",
1789
+ "Preconcurrency",
1790
+ "Custom",
1791
+ "AccessControl",
1792
+ "RawDocComment"
1793
+ ],
1794
+ "funcSelfKind": "NonMutating"
1795
+ },
1796
+ {
1797
+ "kind": "Constructor",
1798
+ "name": "init",
1799
+ "printedName": "init(nibName:bundle:)",
1800
+ "children": [
1801
+ {
1802
+ "kind": "TypeNominal",
1803
+ "name": "WebViewController",
1804
+ "printedName": "mergn_ios.WebViewController",
1805
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController"
1806
+ },
1807
+ {
1808
+ "kind": "TypeNominal",
1809
+ "name": "Optional",
1810
+ "printedName": "Swift.String?",
1811
+ "children": [
1812
+ {
1813
+ "kind": "TypeNominal",
1814
+ "name": "String",
1815
+ "printedName": "Swift.String",
1816
+ "usr": "s:SS"
1817
+ }
1818
+ ],
1819
+ "usr": "s:Sq"
1820
+ },
1821
+ {
1822
+ "kind": "TypeNominal",
1823
+ "name": "Optional",
1824
+ "printedName": "Foundation.Bundle?",
1825
+ "children": [
1826
+ {
1827
+ "kind": "TypeNominal",
1828
+ "name": "Bundle",
1829
+ "printedName": "Foundation.Bundle",
1830
+ "usr": "c:objc(cs)NSBundle"
1831
+ }
1832
+ ],
1833
+ "usr": "s:Sq"
1834
+ }
1835
+ ],
1836
+ "declKind": "Constructor",
1837
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)initWithNibName:bundle:",
1838
+ "mangledName": "$s9mergn_ios17WebViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc",
1839
+ "moduleName": "mergn_ios",
1840
+ "overriding": true,
1841
+ "implicit": true,
1842
+ "objc_name": "initWithNibName:bundle:",
1843
+ "declAttributes": [
1844
+ "Dynamic",
1845
+ "ObjC",
1846
+ "Preconcurrency",
1847
+ "Custom",
1848
+ "Override"
1849
+ ],
1850
+ "init_kind": "Designated"
1851
+ },
1852
+ {
1853
+ "kind": "Constructor",
1854
+ "name": "init",
1855
+ "printedName": "init(coder:)",
1856
+ "children": [
1857
+ {
1858
+ "kind": "TypeNominal",
1859
+ "name": "Optional",
1860
+ "printedName": "mergn_ios.WebViewController?",
1861
+ "children": [
1862
+ {
1863
+ "kind": "TypeNominal",
1864
+ "name": "WebViewController",
1865
+ "printedName": "mergn_ios.WebViewController",
1866
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController"
1867
+ }
1868
+ ],
1869
+ "usr": "s:Sq"
1870
+ },
1871
+ {
1872
+ "kind": "TypeNominal",
1873
+ "name": "NSCoder",
1874
+ "printedName": "Foundation.NSCoder",
1875
+ "usr": "c:objc(cs)NSCoder"
1876
+ }
1877
+ ],
1878
+ "declKind": "Constructor",
1879
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController(im)initWithCoder:",
1880
+ "mangledName": "$s9mergn_ios17WebViewControllerC5coderACSgSo7NSCoderC_tcfc",
1881
+ "moduleName": "mergn_ios",
1882
+ "overriding": true,
1883
+ "implicit": true,
1884
+ "objc_name": "initWithCoder:",
1885
+ "declAttributes": [
1886
+ "Dynamic",
1887
+ "ObjC",
1888
+ "Preconcurrency",
1889
+ "Custom",
1890
+ "Required"
1891
+ ],
1892
+ "init_kind": "Designated"
1893
+ }
1894
+ ],
1895
+ "declKind": "Class",
1896
+ "usr": "c:@M@mergn_ios@objc(cs)WebViewController",
1897
+ "mangledName": "$s9mergn_ios17WebViewControllerC",
1898
+ "moduleName": "mergn_ios",
1899
+ "declAttributes": [
1900
+ "Preconcurrency",
1901
+ "Custom",
1902
+ "AccessControl",
1903
+ "ObjC"
1904
+ ],
1905
+ "superclassUsr": "c:objc(cs)UIViewController",
1906
+ "inheritsConvenienceInitializers": true,
1907
+ "superclassNames": [
1908
+ "UIKit.UIViewController",
1909
+ "UIKit.UIResponder",
1910
+ "ObjectiveC.NSObject"
1911
+ ],
1912
+ "conformances": [
1913
+ {
1914
+ "kind": "Conformance",
1915
+ "name": "_KeyValueCodingAndObserving",
1916
+ "printedName": "_KeyValueCodingAndObserving",
1917
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1918
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1919
+ },
1920
+ {
1921
+ "kind": "Conformance",
1922
+ "name": "_KeyValueCodingAndObservingPublishing",
1923
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1924
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1925
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1926
+ },
1927
+ {
1928
+ "kind": "Conformance",
1929
+ "name": "CVarArg",
1930
+ "printedName": "CVarArg",
1931
+ "usr": "s:s7CVarArgP",
1932
+ "mangledName": "$ss7CVarArgP"
1933
+ },
1934
+ {
1935
+ "kind": "Conformance",
1936
+ "name": "Copyable",
1937
+ "printedName": "Copyable",
1938
+ "usr": "s:s8CopyableP",
1939
+ "mangledName": "$ss8CopyableP"
1940
+ },
1941
+ {
1942
+ "kind": "Conformance",
1943
+ "name": "CustomDebugStringConvertible",
1944
+ "printedName": "CustomDebugStringConvertible",
1945
+ "usr": "s:s28CustomDebugStringConvertibleP",
1946
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1947
+ },
1948
+ {
1949
+ "kind": "Conformance",
1950
+ "name": "CustomStringConvertible",
1951
+ "printedName": "CustomStringConvertible",
1952
+ "usr": "s:s23CustomStringConvertibleP",
1953
+ "mangledName": "$ss23CustomStringConvertibleP"
1954
+ },
1955
+ {
1956
+ "kind": "Conformance",
1957
+ "name": "Equatable",
1958
+ "printedName": "Equatable",
1959
+ "usr": "s:SQ",
1960
+ "mangledName": "$sSQ"
1961
+ },
1962
+ {
1963
+ "kind": "Conformance",
1964
+ "name": "Escapable",
1965
+ "printedName": "Escapable",
1966
+ "usr": "s:s9EscapableP",
1967
+ "mangledName": "$ss9EscapableP"
1968
+ },
1969
+ {
1970
+ "kind": "Conformance",
1971
+ "name": "Hashable",
1972
+ "printedName": "Hashable",
1973
+ "usr": "s:SH",
1974
+ "mangledName": "$sSH"
1975
+ },
1976
+ {
1977
+ "kind": "Conformance",
1978
+ "name": "UITraitChangeObservable",
1979
+ "printedName": "UITraitChangeObservable",
1980
+ "usr": "s:5UIKit23UITraitChangeObservableP",
1981
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
1982
+ }
1983
+ ]
1984
+ },
1985
+ {
1986
+ "kind": "Import",
1987
+ "name": "Foundation",
1988
+ "printedName": "Foundation",
1989
+ "declKind": "Import",
1990
+ "moduleName": "mergn_ios",
1991
+ "declAttributes": [
1992
+ "RawDocComment"
1993
+ ]
1994
+ },
1995
+ {
1996
+ "kind": "Import",
1997
+ "name": "Foundation",
1998
+ "printedName": "Foundation",
1999
+ "declKind": "Import",
2000
+ "moduleName": "mergn_ios",
2001
+ "declAttributes": [
2002
+ "RawDocComment"
2003
+ ]
2004
+ },
2005
+ {
2006
+ "kind": "Import",
2007
+ "name": "Foundation",
2008
+ "printedName": "Foundation",
2009
+ "declKind": "Import",
2010
+ "moduleName": "mergn_ios",
2011
+ "declAttributes": [
2012
+ "RawDocComment"
2013
+ ]
2014
+ },
2015
+ {
2016
+ "kind": "Import",
2017
+ "name": "Foundation",
2018
+ "printedName": "Foundation",
2019
+ "declKind": "Import",
2020
+ "moduleName": "mergn_ios",
2021
+ "declAttributes": [
2022
+ "RawDocComment"
2023
+ ]
2024
+ },
2025
+ {
2026
+ "kind": "Import",
2027
+ "name": "Foundation",
2028
+ "printedName": "Foundation",
2029
+ "declKind": "Import",
2030
+ "moduleName": "mergn_ios",
2031
+ "declAttributes": [
2032
+ "RawDocComment"
2033
+ ]
2034
+ },
2035
+ {
2036
+ "kind": "TypeDecl",
2037
+ "name": "UIApplication",
2038
+ "printedName": "UIApplication",
2039
+ "children": [
2040
+ {
2041
+ "kind": "Function",
2042
+ "name": "topViewController",
2043
+ "printedName": "topViewController(base:)",
2044
+ "children": [
2045
+ {
2046
+ "kind": "TypeNominal",
2047
+ "name": "Optional",
2048
+ "printedName": "UIKit.UIViewController?",
2049
+ "children": [
2050
+ {
2051
+ "kind": "TypeNominal",
2052
+ "name": "UIViewController",
2053
+ "printedName": "UIKit.UIViewController",
2054
+ "usr": "c:objc(cs)UIViewController"
2055
+ }
2056
+ ],
2057
+ "usr": "s:Sq"
2058
+ },
2059
+ {
2060
+ "kind": "TypeNominal",
2061
+ "name": "Optional",
2062
+ "printedName": "UIKit.UIViewController?",
2063
+ "children": [
2064
+ {
2065
+ "kind": "TypeNominal",
2066
+ "name": "UIViewController",
2067
+ "printedName": "UIKit.UIViewController",
2068
+ "usr": "c:objc(cs)UIViewController"
2069
+ }
2070
+ ],
2071
+ "hasDefaultArg": true,
2072
+ "usr": "s:Sq"
2073
+ }
2074
+ ],
2075
+ "declKind": "Func",
2076
+ "usr": "s:So13UIApplicationC9mergn_iosE17topViewController4baseSo06UIViewF0CSgAH_tFZ",
2077
+ "mangledName": "$sSo13UIApplicationC9mergn_iosE17topViewController4baseSo06UIViewF0CSgAH_tFZ",
2078
+ "moduleName": "mergn_ios",
2079
+ "static": true,
2080
+ "declAttributes": [
2081
+ "Final",
2082
+ "Preconcurrency",
2083
+ "Custom"
2084
+ ],
2085
+ "isFromExtension": true,
2086
+ "funcSelfKind": "NonMutating"
2087
+ }
2088
+ ],
2089
+ "declKind": "Class",
2090
+ "usr": "c:objc(cs)UIApplication",
2091
+ "moduleName": "UIKit",
2092
+ "isOpen": true,
2093
+ "intro_iOS": "2.0",
2094
+ "objc_name": "UIApplication",
2095
+ "declAttributes": [
2096
+ "Preconcurrency",
2097
+ "Available",
2098
+ "ObjC",
2099
+ "NonSendable",
2100
+ "Custom",
2101
+ "Dynamic"
2102
+ ],
2103
+ "superclassUsr": "c:objc(cs)UIResponder",
2104
+ "isExternal": true,
2105
+ "inheritsConvenienceInitializers": true,
2106
+ "superclassNames": [
2107
+ "UIKit.UIResponder",
2108
+ "ObjectiveC.NSObject"
2109
+ ],
2110
+ "conformances": [
2111
+ {
2112
+ "kind": "Conformance",
2113
+ "name": "_KeyValueCodingAndObserving",
2114
+ "printedName": "_KeyValueCodingAndObserving",
2115
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2116
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2117
+ },
2118
+ {
2119
+ "kind": "Conformance",
2120
+ "name": "_KeyValueCodingAndObservingPublishing",
2121
+ "printedName": "_KeyValueCodingAndObservingPublishing",
2122
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2123
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2124
+ },
2125
+ {
2126
+ "kind": "Conformance",
2127
+ "name": "CVarArg",
2128
+ "printedName": "CVarArg",
2129
+ "usr": "s:s7CVarArgP",
2130
+ "mangledName": "$ss7CVarArgP"
2131
+ },
2132
+ {
2133
+ "kind": "Conformance",
2134
+ "name": "Copyable",
2135
+ "printedName": "Copyable",
2136
+ "usr": "s:s8CopyableP",
2137
+ "mangledName": "$ss8CopyableP"
2138
+ },
2139
+ {
2140
+ "kind": "Conformance",
2141
+ "name": "CustomDebugStringConvertible",
2142
+ "printedName": "CustomDebugStringConvertible",
2143
+ "usr": "s:s28CustomDebugStringConvertibleP",
2144
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2145
+ },
2146
+ {
2147
+ "kind": "Conformance",
2148
+ "name": "CustomStringConvertible",
2149
+ "printedName": "CustomStringConvertible",
2150
+ "usr": "s:s23CustomStringConvertibleP",
2151
+ "mangledName": "$ss23CustomStringConvertibleP"
2152
+ },
2153
+ {
2154
+ "kind": "Conformance",
2155
+ "name": "Equatable",
2156
+ "printedName": "Equatable",
2157
+ "usr": "s:SQ",
2158
+ "mangledName": "$sSQ"
2159
+ },
2160
+ {
2161
+ "kind": "Conformance",
2162
+ "name": "Escapable",
2163
+ "printedName": "Escapable",
2164
+ "usr": "s:s9EscapableP",
2165
+ "mangledName": "$ss9EscapableP"
2166
+ },
2167
+ {
2168
+ "kind": "Conformance",
2169
+ "name": "Hashable",
2170
+ "printedName": "Hashable",
2171
+ "usr": "s:SH",
2172
+ "mangledName": "$sSH"
2173
+ }
2174
+ ]
2175
+ }
2176
+ ],
2177
+ "json_format_version": 8
2178
+ },
2179
+ "ConstValues": [
2180
+ {
2181
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/AppConstantsMergn.swift",
2182
+ "kind": "BooleanLiteral",
2183
+ "offset": 127,
2184
+ "length": 5,
2185
+ "value": "false"
2186
+ },
2187
+ {
2188
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/AppConstantsMergn.swift",
2189
+ "kind": "StringLiteral",
2190
+ "offset": 163,
2191
+ "length": 21,
2192
+ "value": "\"mergn_app_installed\""
2193
+ },
2194
+ {
2195
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/AppConstantsMergn.swift",
2196
+ "kind": "StringLiteral",
2197
+ "offset": 215,
2198
+ "length": 14,
2199
+ "value": "\"App Launched\""
2200
+ },
2201
+ {
2202
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2203
+ "kind": "StringLiteral",
2204
+ "offset": 150,
2205
+ "length": 14,
2206
+ "value": "\"App Launched\""
2207
+ },
2208
+ {
2209
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2210
+ "kind": "StringLiteral",
2211
+ "offset": 188,
2212
+ "length": 14,
2213
+ "value": "\"Popup Viewed\""
2214
+ },
2215
+ {
2216
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2217
+ "kind": "StringLiteral",
2218
+ "offset": 226,
2219
+ "length": 14,
2220
+ "value": "\"Popup Action\""
2221
+ },
2222
+ {
2223
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2224
+ "kind": "StringLiteral",
2225
+ "offset": 270,
2226
+ "length": 21,
2227
+ "value": "\"App Session Started\""
2228
+ },
2229
+ {
2230
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2231
+ "kind": "StringLiteral",
2232
+ "offset": 323,
2233
+ "length": 23,
2234
+ "value": "\"App Session Concluded\""
2235
+ },
2236
+ {
2237
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2238
+ "kind": "StringLiteral",
2239
+ "offset": 375,
2240
+ "length": 15,
2241
+ "value": "\"App Installed\""
2242
+ },
2243
+ {
2244
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2245
+ "kind": "StringLiteral",
2246
+ "offset": 421,
2247
+ "length": 21,
2248
+ "value": "\"Notification Viewed\""
2249
+ },
2250
+ {
2251
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2252
+ "kind": "StringLiteral",
2253
+ "offset": 474,
2254
+ "length": 22,
2255
+ "value": "\"Notification Clicked\""
2256
+ },
2257
+ {
2258
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2259
+ "kind": "StringLiteral",
2260
+ "offset": 516,
2261
+ "length": 10,
2262
+ "value": "\"App Exit\""
2263
+ },
2264
+ {
2265
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2266
+ "kind": "StringLiteral",
2267
+ "offset": 551,
2268
+ "length": 16,
2269
+ "value": "\"App Push Token\""
2270
+ },
2271
+ {
2272
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2273
+ "kind": "StringLiteral",
2274
+ "offset": 595,
2275
+ "length": 19,
2276
+ "value": "\"Android Error Log\""
2277
+ },
2278
+ {
2279
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/EventNames.swift",
2280
+ "kind": "StringLiteral",
2281
+ "offset": 639,
2282
+ "length": 22,
2283
+ "value": "\"Mobile App Installed\""
2284
+ },
2285
+ {
2286
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionEventProperty.swift",
2287
+ "kind": "StringLiteral",
2288
+ "offset": 183,
2289
+ "length": 14,
2290
+ "value": "\"Button Click\""
2291
+ },
2292
+ {
2293
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionEventProperty.swift",
2294
+ "kind": "StringLiteral",
2295
+ "offset": 225,
2296
+ "length": 13,
2297
+ "value": "\"Image Click\""
2298
+ },
2299
+ {
2300
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionEventProperty.swift",
2301
+ "kind": "StringLiteral",
2302
+ "offset": 266,
2303
+ "length": 13,
2304
+ "value": "\"Form Submit\""
2305
+ },
2306
+ {
2307
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionEventProperty.swift",
2308
+ "kind": "StringLiteral",
2309
+ "offset": 307,
2310
+ "length": 13,
2311
+ "value": "\"Close Click\""
2312
+ },
2313
+ {
2314
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionEventProperty.swift",
2315
+ "kind": "StringLiteral",
2316
+ "offset": 342,
2317
+ "length": 12,
2318
+ "value": "\"Popup View\""
2319
+ },
2320
+ {
2321
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionName.swift",
2322
+ "kind": "StringLiteral",
2323
+ "offset": 154,
2324
+ "length": 7,
2325
+ "value": "\"click\""
2326
+ },
2327
+ {
2328
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionName.swift",
2329
+ "kind": "StringLiteral",
2330
+ "offset": 179,
2331
+ "length": 7,
2332
+ "value": "\"close\""
2333
+ },
2334
+ {
2335
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionName.swift",
2336
+ "kind": "StringLiteral",
2337
+ "offset": 203,
2338
+ "length": 6,
2339
+ "value": "\"form\""
2340
+ },
2341
+ {
2342
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionName.swift",
2343
+ "kind": "StringLiteral",
2344
+ "offset": 226,
2345
+ "length": 6,
2346
+ "value": "\"sent\""
2347
+ },
2348
+ {
2349
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/Enum\/PopupActionName.swift",
2350
+ "kind": "StringLiteral",
2351
+ "offset": 249,
2352
+ "length": 6,
2353
+ "value": "\"view\""
2354
+ },
2355
+ {
2356
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2357
+ "kind": "StringLiteral",
2358
+ "offset": 221,
2359
+ "length": 30,
2360
+ "value": "\"com.example.uniqueIdentifier\""
2361
+ },
2362
+ {
2363
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2364
+ "kind": "StringLiteral",
2365
+ "offset": 287,
2366
+ "length": 20,
2367
+ "value": "\"customer_mergn_key\""
2368
+ },
2369
+ {
2370
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2371
+ "kind": "StringLiteral",
2372
+ "offset": 338,
2373
+ "length": 15,
2374
+ "value": "\"api_mergn_key\""
2375
+ },
2376
+ {
2377
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2378
+ "kind": "Array",
2379
+ "offset": 466,
2380
+ "length": 2,
2381
+ "value": "[]"
2382
+ },
2383
+ {
2384
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2385
+ "kind": "StringLiteral",
2386
+ "offset": 499,
2387
+ "length": 2,
2388
+ "value": "\"\""
2389
+ },
2390
+ {
2391
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2392
+ "kind": "StringLiteral",
2393
+ "offset": 538,
2394
+ "length": 2,
2395
+ "value": "\"\""
2396
+ },
2397
+ {
2398
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2399
+ "kind": "StringLiteral",
2400
+ "offset": 578,
2401
+ "length": 2,
2402
+ "value": "\"\""
2403
+ },
2404
+ {
2405
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2406
+ "kind": "StringLiteral",
2407
+ "offset": 618,
2408
+ "length": 22,
2409
+ "value": "\"mergn_firebase_token\""
2410
+ },
2411
+ {
2412
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2413
+ "kind": "StringLiteral",
2414
+ "offset": 677,
2415
+ "length": 21,
2416
+ "value": "\"mergn_app_installed\""
2417
+ },
2418
+ {
2419
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2420
+ "kind": "StringLiteral",
2421
+ "offset": 740,
2422
+ "length": 24,
2423
+ "value": "\"mergn_notfication_view\""
2424
+ },
2425
+ {
2426
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2427
+ "kind": "StringLiteral",
2428
+ "offset": 807,
2429
+ "length": 25,
2430
+ "value": "\"mergn_notfication_click\""
2431
+ },
2432
+ {
2433
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2434
+ "kind": "StringLiteral",
2435
+ "offset": 866,
2436
+ "length": 17,
2437
+ "value": "\"event_map_mergn\""
2438
+ },
2439
+ {
2440
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2441
+ "kind": "IntegerLiteral",
2442
+ "offset": 941,
2443
+ "length": 1,
2444
+ "value": "0"
2445
+ },
2446
+ {
2447
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2448
+ "kind": "StringLiteral",
2449
+ "offset": 990,
2450
+ "length": 25,
2451
+ "value": "\"com.mergn.appEventQueue\""
2452
+ },
2453
+ {
2454
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2455
+ "kind": "Dictionary",
2456
+ "offset": 1334,
2457
+ "length": 3,
2458
+ "value": "[]"
2459
+ },
2460
+ {
2461
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2462
+ "kind": "Dictionary",
2463
+ "offset": 3127,
2464
+ "length": 3,
2465
+ "value": "[]"
2466
+ },
2467
+ {
2468
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2469
+ "kind": "Dictionary",
2470
+ "offset": 3197,
2471
+ "length": 3,
2472
+ "value": "[]"
2473
+ },
2474
+ {
2475
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/EventManager.swift",
2476
+ "kind": "Array",
2477
+ "offset": 26080,
2478
+ "length": 2,
2479
+ "value": "[]"
2480
+ },
2481
+ {
2482
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/NetworkManager.swift",
2483
+ "kind": "StringLiteral",
2484
+ "offset": 213,
2485
+ "length": 5,
2486
+ "value": "\"GET\""
2487
+ },
2488
+ {
2489
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/NetworkManager.swift",
2490
+ "kind": "StringLiteral",
2491
+ "offset": 235,
2492
+ "length": 6,
2493
+ "value": "\"POST\""
2494
+ },
2495
+ {
2496
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/NetworkManager.swift",
2497
+ "kind": "StringLiteral",
2498
+ "offset": 257,
2499
+ "length": 5,
2500
+ "value": "\"PUT\""
2501
+ },
2502
+ {
2503
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/NetworkManager.swift",
2504
+ "kind": "StringLiteral",
2505
+ "offset": 751,
2506
+ "length": 43,
2507
+ "value": "\"https:\/\/api.mergn.com\/sdk-management\/api\/\""
2508
+ },
2509
+ {
2510
+ "filePath": "\/tmp\/mergn_ios_build\/Sources\/mergn_ios\/models\/AttributeListResponse.swift",
2511
+ "kind": "StringLiteral",
2512
+ "offset": 847,
2513
+ "length": 20,
2514
+ "value": "\"attribute_property\""
2515
+ }
2516
+ ]
2517
+ }