@selligent-marketing-cloud/selligent-react-native 3.1.0 → 3.2.6

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