react-native-notifyvisitors 4.5.2 → 4.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/android/.classpath +1 -1
  2. package/android/.settings/org.eclipse.jdt.core.prefs +3 -3
  3. package/android/build.gradle +5 -6
  4. package/android/src/main/java/com/rn_notifyvisitors/RNNotifyVisitorsEmbedViewManager.java +35 -0
  5. package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsModule.java +41 -3
  6. package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsPackage.java +6 -2
  7. package/index.d.ts +9 -4
  8. package/index.js +20 -0
  9. package/ios/RNNotifyvisitors/RCTNVEventEmitter.m +62 -1
  10. package/ios/RNNotifyvisitors/RNNVExtensionService.h +0 -1
  11. package/ios/RNNotifyvisitors/RNNVNativeDisplayViewManager.h +22 -0
  12. package/ios/RNNotifyvisitors/RNNVNativeDisplayViewManager.m +50 -0
  13. package/ios/RNNotifyvisitors/RNNotifyvisitors.h +0 -2
  14. package/ios/RNNotifyvisitors/RNNotifyvisitors.m +2 -2
  15. package/ios/RNNotifyvisitors.xcodeproj/project.pbxproj +8 -4
  16. package/ios/notifyvisitors.xcframework/Info.plist +7 -7
  17. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Headers/notifyvisitors.h +3 -1
  18. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Info.plist +0 -0
  19. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/_CodeSignature/CodeResources +3 -3
  20. package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/notifyvisitors +0 -0
  21. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/Headers/notifyvisitors.h +3 -1
  22. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/Resources/Info.plist +2 -2
  23. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/_CodeSignature/CodeResources +3 -3
  24. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/notifyvisitors +0 -0
  25. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/Headers/notifyvisitors.h +3 -1
  26. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/Info.plist +0 -0
  27. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/_CodeSignature/CodeResources +3 -3
  28. package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/notifyvisitors +0 -0
  29. package/ios/notifyvisitorsNudges.xcframework/Info.plist +61 -0
  30. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges-Swift.h +355 -0
  31. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges.h +18 -0
  32. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Info.plist +0 -0
  33. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/module.modulemap +11 -0
  34. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.abi.json +2130 -0
  35. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.private.swiftinterface +41 -0
  36. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  37. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.swiftinterface +41 -0
  38. package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/notifyvisitorsNudges +0 -0
  39. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Headers/notifyvisitorsNudges-Swift.h +706 -0
  40. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Headers/notifyvisitorsNudges.h +18 -0
  41. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/module.modulemap +11 -0
  42. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.abi.json +2130 -0
  43. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface +41 -0
  44. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.swiftdoc +0 -0
  45. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.swiftinterface +41 -0
  46. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.abi.json +2130 -0
  47. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface +41 -0
  48. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.swiftdoc +0 -0
  49. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +41 -0
  50. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Resources/Info.plist +50 -0
  51. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/notifyvisitorsNudges +0 -0
  52. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges-Swift.h +706 -0
  53. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges.h +18 -0
  54. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Info.plist +0 -0
  55. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/module.modulemap +11 -0
  56. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.abi.json +2130 -0
  57. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +41 -0
  58. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  59. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.swiftinterface +41 -0
  60. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.abi.json +2130 -0
  61. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +41 -0
  62. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  63. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +41 -0
  64. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/_CodeSignature/CodeResources +245 -0
  65. package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/notifyvisitorsNudges +0 -0
  66. package/package.json +1 -1
  67. package/react-native-notifyvisitors.podspec +3 -1
  68. package/android/bin/.project +0 -34
  69. package/android/bin/.settings/org.eclipse.buildship.core.prefs +0 -13
  70. package/android/bin/build.gradle +0 -45
  71. package/android/bin/src/main/AndroidManifest.xml +0 -24
  72. package/android/bin/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsModule.class +0 -0
  73. package/android/bin/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsPackage.class +0 -0
  74. package/android/bin/src/main/res/values/strings.xml +0 -3
@@ -0,0 +1,706 @@
1
+ #if 0
2
+ #elif defined(__arm64__) && __arm64__
3
+ // Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
4
+ #ifndef NOTIFYVISITORSNUDGES_SWIFT_H
5
+ #define NOTIFYVISITORSNUDGES_SWIFT_H
6
+ #pragma clang diagnostic push
7
+ #pragma clang diagnostic ignored "-Wgcc-compat"
8
+
9
+ #if !defined(__has_include)
10
+ # define __has_include(x) 0
11
+ #endif
12
+ #if !defined(__has_attribute)
13
+ # define __has_attribute(x) 0
14
+ #endif
15
+ #if !defined(__has_feature)
16
+ # define __has_feature(x) 0
17
+ #endif
18
+ #if !defined(__has_warning)
19
+ # define __has_warning(x) 0
20
+ #endif
21
+
22
+ #if __has_include(<swift/objc-prologue.h>)
23
+ # include <swift/objc-prologue.h>
24
+ #endif
25
+
26
+ #pragma clang diagnostic ignored "-Wauto-import"
27
+ #if defined(__OBJC__)
28
+ #include <Foundation/Foundation.h>
29
+ #endif
30
+ #if defined(__cplusplus)
31
+ #include <cstdint>
32
+ #include <cstddef>
33
+ #include <cstdbool>
34
+ #include <cstring>
35
+ #include <stdlib.h>
36
+ #include <new>
37
+ #include <type_traits>
38
+ #else
39
+ #include <stdint.h>
40
+ #include <stddef.h>
41
+ #include <stdbool.h>
42
+ #include <string.h>
43
+ #endif
44
+ #if defined(__cplusplus)
45
+ #pragma clang diagnostic push
46
+ #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
47
+ #if defined(__arm64e__) && __has_include(<ptrauth.h>)
48
+ # include <ptrauth.h>
49
+ #else
50
+ #pragma clang diagnostic push
51
+ #pragma clang diagnostic ignored "-Wreserved-macro-identifier"
52
+ # ifndef __ptrauth_swift_value_witness_function_pointer
53
+ # define __ptrauth_swift_value_witness_function_pointer(x)
54
+ # endif
55
+ # ifndef __ptrauth_swift_class_method_pointer
56
+ # define __ptrauth_swift_class_method_pointer(x)
57
+ # endif
58
+ #pragma clang diagnostic pop
59
+ #endif
60
+ #pragma clang diagnostic pop
61
+ #endif
62
+
63
+ #if !defined(SWIFT_TYPEDEFS)
64
+ # define SWIFT_TYPEDEFS 1
65
+ # if __has_include(<uchar.h>)
66
+ # include <uchar.h>
67
+ # elif !defined(__cplusplus)
68
+ typedef uint_least16_t char16_t;
69
+ typedef uint_least32_t char32_t;
70
+ # endif
71
+ typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
72
+ typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
73
+ typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
74
+ typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
75
+ typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
76
+ typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
77
+ typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
78
+ typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
79
+ typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
80
+ typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
81
+ typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
82
+ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
83
+ #endif
84
+
85
+ #if !defined(SWIFT_PASTE)
86
+ # define SWIFT_PASTE_HELPER(x, y) x##y
87
+ # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
88
+ #endif
89
+ #if !defined(SWIFT_METATYPE)
90
+ # define SWIFT_METATYPE(X) Class
91
+ #endif
92
+ #if !defined(SWIFT_CLASS_PROPERTY)
93
+ # if __has_feature(objc_class_property)
94
+ # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
95
+ # else
96
+ # define SWIFT_CLASS_PROPERTY(...)
97
+ # endif
98
+ #endif
99
+ #if !defined(SWIFT_RUNTIME_NAME)
100
+ # if __has_attribute(objc_runtime_name)
101
+ # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
102
+ # else
103
+ # define SWIFT_RUNTIME_NAME(X)
104
+ # endif
105
+ #endif
106
+ #if !defined(SWIFT_COMPILE_NAME)
107
+ # if __has_attribute(swift_name)
108
+ # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
109
+ # else
110
+ # define SWIFT_COMPILE_NAME(X)
111
+ # endif
112
+ #endif
113
+ #if !defined(SWIFT_METHOD_FAMILY)
114
+ # if __has_attribute(objc_method_family)
115
+ # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
116
+ # else
117
+ # define SWIFT_METHOD_FAMILY(X)
118
+ # endif
119
+ #endif
120
+ #if !defined(SWIFT_NOESCAPE)
121
+ # if __has_attribute(noescape)
122
+ # define SWIFT_NOESCAPE __attribute__((noescape))
123
+ # else
124
+ # define SWIFT_NOESCAPE
125
+ # endif
126
+ #endif
127
+ #if !defined(SWIFT_RELEASES_ARGUMENT)
128
+ # if __has_attribute(ns_consumed)
129
+ # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
130
+ # else
131
+ # define SWIFT_RELEASES_ARGUMENT
132
+ # endif
133
+ #endif
134
+ #if !defined(SWIFT_WARN_UNUSED_RESULT)
135
+ # if __has_attribute(warn_unused_result)
136
+ # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
137
+ # else
138
+ # define SWIFT_WARN_UNUSED_RESULT
139
+ # endif
140
+ #endif
141
+ #if !defined(SWIFT_NORETURN)
142
+ # if __has_attribute(noreturn)
143
+ # define SWIFT_NORETURN __attribute__((noreturn))
144
+ # else
145
+ # define SWIFT_NORETURN
146
+ # endif
147
+ #endif
148
+ #if !defined(SWIFT_CLASS_EXTRA)
149
+ # define SWIFT_CLASS_EXTRA
150
+ #endif
151
+ #if !defined(SWIFT_PROTOCOL_EXTRA)
152
+ # define SWIFT_PROTOCOL_EXTRA
153
+ #endif
154
+ #if !defined(SWIFT_ENUM_EXTRA)
155
+ # define SWIFT_ENUM_EXTRA
156
+ #endif
157
+ #if !defined(SWIFT_CLASS)
158
+ # if __has_attribute(objc_subclassing_restricted)
159
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
160
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
161
+ # else
162
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
163
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
164
+ # endif
165
+ #endif
166
+ #if !defined(SWIFT_RESILIENT_CLASS)
167
+ # if __has_attribute(objc_class_stub)
168
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
169
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
170
+ # else
171
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
172
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
173
+ # endif
174
+ #endif
175
+ #if !defined(SWIFT_PROTOCOL)
176
+ # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
177
+ # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
178
+ #endif
179
+ #if !defined(SWIFT_EXTENSION)
180
+ # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
181
+ #endif
182
+ #if !defined(OBJC_DESIGNATED_INITIALIZER)
183
+ # if __has_attribute(objc_designated_initializer)
184
+ # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
185
+ # else
186
+ # define OBJC_DESIGNATED_INITIALIZER
187
+ # endif
188
+ #endif
189
+ #if !defined(SWIFT_ENUM_ATTR)
190
+ # if __has_attribute(enum_extensibility)
191
+ # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
192
+ # else
193
+ # define SWIFT_ENUM_ATTR(_extensibility)
194
+ # endif
195
+ #endif
196
+ #if !defined(SWIFT_ENUM)
197
+ # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
198
+ # if __has_feature(generalized_swift_name)
199
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
200
+ # else
201
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
202
+ # endif
203
+ #endif
204
+ #if !defined(SWIFT_UNAVAILABLE)
205
+ # define SWIFT_UNAVAILABLE __attribute__((unavailable))
206
+ #endif
207
+ #if !defined(SWIFT_UNAVAILABLE_MSG)
208
+ # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
209
+ #endif
210
+ #if !defined(SWIFT_AVAILABILITY)
211
+ # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
212
+ #endif
213
+ #if !defined(SWIFT_WEAK_IMPORT)
214
+ # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
215
+ #endif
216
+ #if !defined(SWIFT_DEPRECATED)
217
+ # define SWIFT_DEPRECATED __attribute__((deprecated))
218
+ #endif
219
+ #if !defined(SWIFT_DEPRECATED_MSG)
220
+ # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
221
+ #endif
222
+ #if !defined(SWIFT_DEPRECATED_OBJC)
223
+ # if __has_feature(attribute_diagnose_if_objc)
224
+ # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
225
+ # else
226
+ # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
227
+ # endif
228
+ #endif
229
+ #if defined(__OBJC__)
230
+ #if !defined(IBSegueAction)
231
+ # define IBSegueAction
232
+ #endif
233
+ #endif
234
+ #if !defined(SWIFT_EXTERN)
235
+ # if defined(__cplusplus)
236
+ # define SWIFT_EXTERN extern "C"
237
+ # else
238
+ # define SWIFT_EXTERN extern
239
+ # endif
240
+ #endif
241
+ #if !defined(SWIFT_CALL)
242
+ # define SWIFT_CALL __attribute__((swiftcall))
243
+ #endif
244
+ #if !defined(SWIFT_INDIRECT_RESULT)
245
+ # define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
246
+ #endif
247
+ #if !defined(SWIFT_CONTEXT)
248
+ # define SWIFT_CONTEXT __attribute__((swift_context))
249
+ #endif
250
+ #if !defined(SWIFT_ERROR_RESULT)
251
+ # define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
252
+ #endif
253
+ #if defined(__cplusplus)
254
+ # define SWIFT_NOEXCEPT noexcept
255
+ #else
256
+ # define SWIFT_NOEXCEPT
257
+ #endif
258
+ #if !defined(SWIFT_C_INLINE_THUNK)
259
+ # if __has_attribute(always_inline)
260
+ # if __has_attribute(nodebug)
261
+ # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
262
+ # else
263
+ # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
264
+ # endif
265
+ # else
266
+ # define SWIFT_C_INLINE_THUNK inline
267
+ # endif
268
+ #endif
269
+ #if defined(_WIN32)
270
+ #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
271
+ # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
272
+ #endif
273
+ #else
274
+ #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
275
+ # define SWIFT_IMPORT_STDLIB_SYMBOL
276
+ #endif
277
+ #endif
278
+ #if defined(__OBJC__)
279
+ #if __has_feature(objc_modules)
280
+ #if __has_warning("-Watimport-in-framework-header")
281
+ #pragma clang diagnostic ignored "-Watimport-in-framework-header"
282
+ #endif
283
+ @import Foundation;
284
+ @import ObjectiveC;
285
+ #endif
286
+
287
+ #endif
288
+ #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
289
+ #pragma clang diagnostic ignored "-Wduplicate-method-arg"
290
+ #if __has_warning("-Wpragma-clang-attribute")
291
+ # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
292
+ #endif
293
+ #pragma clang diagnostic ignored "-Wunknown-pragmas"
294
+ #pragma clang diagnostic ignored "-Wnullability"
295
+ #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
296
+ #pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
297
+
298
+ #if __has_attribute(external_source_symbol)
299
+ # pragma push_macro("any")
300
+ # undef any
301
+ # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="notifyvisitorsNudges",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
302
+ # pragma pop_macro("any")
303
+ #endif
304
+
305
+ #if defined(__OBJC__)
306
+
307
+
308
+
309
+ @class NSString;
310
+ @class UIView;
311
+
312
+ SWIFT_CLASS_NAMED("notifyvisitorsNativeDisplay")
313
+ @interface notifyvisitorsNativeDisplay : NSObject
314
+ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNativeDisplay * _Nonnull sharedInstance;)
315
+ + (notifyvisitorsNativeDisplay * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
316
+ - (nonnull instancetype)init SWIFT_UNAVAILABLE;
317
+ + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
318
+ - (UIView * _Nonnull)loadContentForPropertyName:(NSString * _Nonnull)propertyName SWIFT_WARN_UNUSED_RESULT;
319
+ @end
320
+
321
+ @class WKUserContentController;
322
+ @class WKScriptMessage;
323
+
324
+ SWIFT_PROTOCOL("_TtP20notifyvisitorsNudges28notifyvisitorsNudgesDelegate_")
325
+ @protocol notifyvisitorsNudgesDelegate <NSObject>
326
+ @optional
327
+ - (void)notifyvisitorsNudgesTrackInAppStatisticsListnerForNotificationID:(NSString * _Nullable)notificationID statsActionType:(NSString * _Nullable)statsType pageName:(NSString * _Nullable)nvInAppPageName templateID:(NSString * _Nullable)nvInAppTemplateID;
328
+ - (void)notifyvisitorsNudgesTriggerInAppBannerImpressionCallbackListnerForNotificationID:(NSString * _Nullable)notificationID;
329
+ - (void)notifyvisitorsNudgesOnClickListnerWithEvent:(NSDictionary * _Nonnull)event;
330
+ - (void)notifyvisitorsNudgesOnCloseButtonClickListnerForNotificationID:(NSString * _Nullable)notificationID;
331
+ - (void)notifyvisitorsNudgesOnClickInWKWebViewListnerWithUserContentController:(WKUserContentController * _Nonnull)userContentController didReceiveMessage:(WKScriptMessage * _Nonnull)message isValidNudgesWebView:(BOOL)isValidNudgesWKWebView;
332
+ @end
333
+
334
+
335
+ SWIFT_CLASS_NAMED("notifyvisitorsNudgesManager")
336
+ @interface notifyvisitorsNudgesManager : NSObject
337
+ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNudgesManager * _Nonnull sharedInstance;)
338
+ + (notifyvisitorsNudgesManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
339
+ @property (nonatomic, weak) id <notifyvisitorsNudgesDelegate> _Nullable delegate;
340
+ - (void)showPipVideoPopupWithInAppMessaageData:(NSDictionary * _Nullable)inAppMessageDataDict;
341
+ - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
342
+ @end
343
+
344
+ #endif
345
+ #if __has_attribute(external_source_symbol)
346
+ # pragma clang attribute pop
347
+ #endif
348
+ #if defined(__cplusplus)
349
+ #endif
350
+ #pragma clang diagnostic pop
351
+ #endif
352
+
353
+ #elif defined(__x86_64__) && __x86_64__
354
+ // Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
355
+ #ifndef NOTIFYVISITORSNUDGES_SWIFT_H
356
+ #define NOTIFYVISITORSNUDGES_SWIFT_H
357
+ #pragma clang diagnostic push
358
+ #pragma clang diagnostic ignored "-Wgcc-compat"
359
+
360
+ #if !defined(__has_include)
361
+ # define __has_include(x) 0
362
+ #endif
363
+ #if !defined(__has_attribute)
364
+ # define __has_attribute(x) 0
365
+ #endif
366
+ #if !defined(__has_feature)
367
+ # define __has_feature(x) 0
368
+ #endif
369
+ #if !defined(__has_warning)
370
+ # define __has_warning(x) 0
371
+ #endif
372
+
373
+ #if __has_include(<swift/objc-prologue.h>)
374
+ # include <swift/objc-prologue.h>
375
+ #endif
376
+
377
+ #pragma clang diagnostic ignored "-Wauto-import"
378
+ #if defined(__OBJC__)
379
+ #include <Foundation/Foundation.h>
380
+ #endif
381
+ #if defined(__cplusplus)
382
+ #include <cstdint>
383
+ #include <cstddef>
384
+ #include <cstdbool>
385
+ #include <cstring>
386
+ #include <stdlib.h>
387
+ #include <new>
388
+ #include <type_traits>
389
+ #else
390
+ #include <stdint.h>
391
+ #include <stddef.h>
392
+ #include <stdbool.h>
393
+ #include <string.h>
394
+ #endif
395
+ #if defined(__cplusplus)
396
+ #pragma clang diagnostic push
397
+ #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
398
+ #if defined(__arm64e__) && __has_include(<ptrauth.h>)
399
+ # include <ptrauth.h>
400
+ #else
401
+ #pragma clang diagnostic push
402
+ #pragma clang diagnostic ignored "-Wreserved-macro-identifier"
403
+ # ifndef __ptrauth_swift_value_witness_function_pointer
404
+ # define __ptrauth_swift_value_witness_function_pointer(x)
405
+ # endif
406
+ # ifndef __ptrauth_swift_class_method_pointer
407
+ # define __ptrauth_swift_class_method_pointer(x)
408
+ # endif
409
+ #pragma clang diagnostic pop
410
+ #endif
411
+ #pragma clang diagnostic pop
412
+ #endif
413
+
414
+ #if !defined(SWIFT_TYPEDEFS)
415
+ # define SWIFT_TYPEDEFS 1
416
+ # if __has_include(<uchar.h>)
417
+ # include <uchar.h>
418
+ # elif !defined(__cplusplus)
419
+ typedef uint_least16_t char16_t;
420
+ typedef uint_least32_t char32_t;
421
+ # endif
422
+ typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
423
+ typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
424
+ typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
425
+ typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
426
+ typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
427
+ typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
428
+ typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
429
+ typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
430
+ typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
431
+ typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
432
+ typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
433
+ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
434
+ #endif
435
+
436
+ #if !defined(SWIFT_PASTE)
437
+ # define SWIFT_PASTE_HELPER(x, y) x##y
438
+ # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
439
+ #endif
440
+ #if !defined(SWIFT_METATYPE)
441
+ # define SWIFT_METATYPE(X) Class
442
+ #endif
443
+ #if !defined(SWIFT_CLASS_PROPERTY)
444
+ # if __has_feature(objc_class_property)
445
+ # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
446
+ # else
447
+ # define SWIFT_CLASS_PROPERTY(...)
448
+ # endif
449
+ #endif
450
+ #if !defined(SWIFT_RUNTIME_NAME)
451
+ # if __has_attribute(objc_runtime_name)
452
+ # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
453
+ # else
454
+ # define SWIFT_RUNTIME_NAME(X)
455
+ # endif
456
+ #endif
457
+ #if !defined(SWIFT_COMPILE_NAME)
458
+ # if __has_attribute(swift_name)
459
+ # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
460
+ # else
461
+ # define SWIFT_COMPILE_NAME(X)
462
+ # endif
463
+ #endif
464
+ #if !defined(SWIFT_METHOD_FAMILY)
465
+ # if __has_attribute(objc_method_family)
466
+ # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
467
+ # else
468
+ # define SWIFT_METHOD_FAMILY(X)
469
+ # endif
470
+ #endif
471
+ #if !defined(SWIFT_NOESCAPE)
472
+ # if __has_attribute(noescape)
473
+ # define SWIFT_NOESCAPE __attribute__((noescape))
474
+ # else
475
+ # define SWIFT_NOESCAPE
476
+ # endif
477
+ #endif
478
+ #if !defined(SWIFT_RELEASES_ARGUMENT)
479
+ # if __has_attribute(ns_consumed)
480
+ # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
481
+ # else
482
+ # define SWIFT_RELEASES_ARGUMENT
483
+ # endif
484
+ #endif
485
+ #if !defined(SWIFT_WARN_UNUSED_RESULT)
486
+ # if __has_attribute(warn_unused_result)
487
+ # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
488
+ # else
489
+ # define SWIFT_WARN_UNUSED_RESULT
490
+ # endif
491
+ #endif
492
+ #if !defined(SWIFT_NORETURN)
493
+ # if __has_attribute(noreturn)
494
+ # define SWIFT_NORETURN __attribute__((noreturn))
495
+ # else
496
+ # define SWIFT_NORETURN
497
+ # endif
498
+ #endif
499
+ #if !defined(SWIFT_CLASS_EXTRA)
500
+ # define SWIFT_CLASS_EXTRA
501
+ #endif
502
+ #if !defined(SWIFT_PROTOCOL_EXTRA)
503
+ # define SWIFT_PROTOCOL_EXTRA
504
+ #endif
505
+ #if !defined(SWIFT_ENUM_EXTRA)
506
+ # define SWIFT_ENUM_EXTRA
507
+ #endif
508
+ #if !defined(SWIFT_CLASS)
509
+ # if __has_attribute(objc_subclassing_restricted)
510
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
511
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
512
+ # else
513
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
514
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
515
+ # endif
516
+ #endif
517
+ #if !defined(SWIFT_RESILIENT_CLASS)
518
+ # if __has_attribute(objc_class_stub)
519
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
520
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
521
+ # else
522
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
523
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
524
+ # endif
525
+ #endif
526
+ #if !defined(SWIFT_PROTOCOL)
527
+ # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
528
+ # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
529
+ #endif
530
+ #if !defined(SWIFT_EXTENSION)
531
+ # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
532
+ #endif
533
+ #if !defined(OBJC_DESIGNATED_INITIALIZER)
534
+ # if __has_attribute(objc_designated_initializer)
535
+ # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
536
+ # else
537
+ # define OBJC_DESIGNATED_INITIALIZER
538
+ # endif
539
+ #endif
540
+ #if !defined(SWIFT_ENUM_ATTR)
541
+ # if __has_attribute(enum_extensibility)
542
+ # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
543
+ # else
544
+ # define SWIFT_ENUM_ATTR(_extensibility)
545
+ # endif
546
+ #endif
547
+ #if !defined(SWIFT_ENUM)
548
+ # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
549
+ # if __has_feature(generalized_swift_name)
550
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
551
+ # else
552
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
553
+ # endif
554
+ #endif
555
+ #if !defined(SWIFT_UNAVAILABLE)
556
+ # define SWIFT_UNAVAILABLE __attribute__((unavailable))
557
+ #endif
558
+ #if !defined(SWIFT_UNAVAILABLE_MSG)
559
+ # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
560
+ #endif
561
+ #if !defined(SWIFT_AVAILABILITY)
562
+ # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
563
+ #endif
564
+ #if !defined(SWIFT_WEAK_IMPORT)
565
+ # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
566
+ #endif
567
+ #if !defined(SWIFT_DEPRECATED)
568
+ # define SWIFT_DEPRECATED __attribute__((deprecated))
569
+ #endif
570
+ #if !defined(SWIFT_DEPRECATED_MSG)
571
+ # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
572
+ #endif
573
+ #if !defined(SWIFT_DEPRECATED_OBJC)
574
+ # if __has_feature(attribute_diagnose_if_objc)
575
+ # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
576
+ # else
577
+ # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
578
+ # endif
579
+ #endif
580
+ #if defined(__OBJC__)
581
+ #if !defined(IBSegueAction)
582
+ # define IBSegueAction
583
+ #endif
584
+ #endif
585
+ #if !defined(SWIFT_EXTERN)
586
+ # if defined(__cplusplus)
587
+ # define SWIFT_EXTERN extern "C"
588
+ # else
589
+ # define SWIFT_EXTERN extern
590
+ # endif
591
+ #endif
592
+ #if !defined(SWIFT_CALL)
593
+ # define SWIFT_CALL __attribute__((swiftcall))
594
+ #endif
595
+ #if !defined(SWIFT_INDIRECT_RESULT)
596
+ # define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
597
+ #endif
598
+ #if !defined(SWIFT_CONTEXT)
599
+ # define SWIFT_CONTEXT __attribute__((swift_context))
600
+ #endif
601
+ #if !defined(SWIFT_ERROR_RESULT)
602
+ # define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
603
+ #endif
604
+ #if defined(__cplusplus)
605
+ # define SWIFT_NOEXCEPT noexcept
606
+ #else
607
+ # define SWIFT_NOEXCEPT
608
+ #endif
609
+ #if !defined(SWIFT_C_INLINE_THUNK)
610
+ # if __has_attribute(always_inline)
611
+ # if __has_attribute(nodebug)
612
+ # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
613
+ # else
614
+ # define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
615
+ # endif
616
+ # else
617
+ # define SWIFT_C_INLINE_THUNK inline
618
+ # endif
619
+ #endif
620
+ #if defined(_WIN32)
621
+ #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
622
+ # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
623
+ #endif
624
+ #else
625
+ #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
626
+ # define SWIFT_IMPORT_STDLIB_SYMBOL
627
+ #endif
628
+ #endif
629
+ #if defined(__OBJC__)
630
+ #if __has_feature(objc_modules)
631
+ #if __has_warning("-Watimport-in-framework-header")
632
+ #pragma clang diagnostic ignored "-Watimport-in-framework-header"
633
+ #endif
634
+ @import Foundation;
635
+ @import ObjectiveC;
636
+ #endif
637
+
638
+ #endif
639
+ #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
640
+ #pragma clang diagnostic ignored "-Wduplicate-method-arg"
641
+ #if __has_warning("-Wpragma-clang-attribute")
642
+ # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
643
+ #endif
644
+ #pragma clang diagnostic ignored "-Wunknown-pragmas"
645
+ #pragma clang diagnostic ignored "-Wnullability"
646
+ #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
647
+ #pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
648
+
649
+ #if __has_attribute(external_source_symbol)
650
+ # pragma push_macro("any")
651
+ # undef any
652
+ # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="notifyvisitorsNudges",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
653
+ # pragma pop_macro("any")
654
+ #endif
655
+
656
+ #if defined(__OBJC__)
657
+
658
+
659
+
660
+ @class NSString;
661
+ @class UIView;
662
+
663
+ SWIFT_CLASS_NAMED("notifyvisitorsNativeDisplay")
664
+ @interface notifyvisitorsNativeDisplay : NSObject
665
+ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNativeDisplay * _Nonnull sharedInstance;)
666
+ + (notifyvisitorsNativeDisplay * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
667
+ - (nonnull instancetype)init SWIFT_UNAVAILABLE;
668
+ + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
669
+ - (UIView * _Nonnull)loadContentForPropertyName:(NSString * _Nonnull)propertyName SWIFT_WARN_UNUSED_RESULT;
670
+ @end
671
+
672
+ @class WKUserContentController;
673
+ @class WKScriptMessage;
674
+
675
+ SWIFT_PROTOCOL("_TtP20notifyvisitorsNudges28notifyvisitorsNudgesDelegate_")
676
+ @protocol notifyvisitorsNudgesDelegate <NSObject>
677
+ @optional
678
+ - (void)notifyvisitorsNudgesTrackInAppStatisticsListnerForNotificationID:(NSString * _Nullable)notificationID statsActionType:(NSString * _Nullable)statsType pageName:(NSString * _Nullable)nvInAppPageName templateID:(NSString * _Nullable)nvInAppTemplateID;
679
+ - (void)notifyvisitorsNudgesTriggerInAppBannerImpressionCallbackListnerForNotificationID:(NSString * _Nullable)notificationID;
680
+ - (void)notifyvisitorsNudgesOnClickListnerWithEvent:(NSDictionary * _Nonnull)event;
681
+ - (void)notifyvisitorsNudgesOnCloseButtonClickListnerForNotificationID:(NSString * _Nullable)notificationID;
682
+ - (void)notifyvisitorsNudgesOnClickInWKWebViewListnerWithUserContentController:(WKUserContentController * _Nonnull)userContentController didReceiveMessage:(WKScriptMessage * _Nonnull)message isValidNudgesWebView:(BOOL)isValidNudgesWKWebView;
683
+ @end
684
+
685
+
686
+ SWIFT_CLASS_NAMED("notifyvisitorsNudgesManager")
687
+ @interface notifyvisitorsNudgesManager : NSObject
688
+ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNudgesManager * _Nonnull sharedInstance;)
689
+ + (notifyvisitorsNudgesManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
690
+ @property (nonatomic, weak) id <notifyvisitorsNudgesDelegate> _Nullable delegate;
691
+ - (void)showPipVideoPopupWithInAppMessaageData:(NSDictionary * _Nullable)inAppMessageDataDict;
692
+ - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
693
+ @end
694
+
695
+ #endif
696
+ #if __has_attribute(external_source_symbol)
697
+ # pragma clang attribute pop
698
+ #endif
699
+ #if defined(__cplusplus)
700
+ #endif
701
+ #pragma clang diagnostic pop
702
+ #endif
703
+
704
+ #else
705
+ #error unsupported Swift architecture
706
+ #endif