react-native-mapp-plugin 1.3.0 → 1.3.2

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 (61) hide show
  1. package/.idea/Mapp-Engage-ReactNative-Plugin.iml +9 -0
  2. package/.idea/caches/deviceStreaming.xml +787 -0
  3. package/.idea/misc.xml +6 -0
  4. package/.idea/modules.xml +8 -0
  5. package/.idea/vcs.xml +6 -0
  6. package/CHANGELOG.md +21 -0
  7. package/Mapp.js +36 -7
  8. package/RNMappPlugin.podspec +2 -2
  9. package/android/.settings/org.eclipse.buildship.core.prefs +1 -1
  10. package/android/build.gradle +10 -10
  11. package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  12. package/android/settings.gradle +3 -3
  13. package/android/src/main/AndroidManifest.xml +3 -3
  14. package/android/src/main/java/com/reactlibrary/RNMappPluginModule.java +68 -1
  15. package/build/generated/ios/MappEngagePluginSpec/MappEngagePluginSpec-generated.mm +16 -0
  16. package/build/generated/ios/MappEngagePluginSpec/MappEngagePluginSpec.h +38 -0
  17. package/build/generated/ios/MappEngagePluginSpecJSI-generated.cpp +17 -0
  18. package/build/generated/ios/MappEngagePluginSpecJSI.h +19 -0
  19. package/build/generated/ios/RCTAppDependencyProvider.h +25 -0
  20. package/build/generated/ios/RCTAppDependencyProvider.mm +35 -0
  21. package/build/generated/ios/RCTModuleProviders.h +16 -0
  22. package/build/generated/ios/RCTModuleProviders.mm +51 -0
  23. package/build/generated/ios/RCTModulesConformingToProtocolsProvider.h +18 -0
  24. package/build/generated/ios/RCTModulesConformingToProtocolsProvider.mm +54 -0
  25. package/build/generated/ios/RCTThirdPartyComponentsProvider.h +16 -0
  26. package/build/generated/ios/RCTThirdPartyComponentsProvider.mm +30 -0
  27. package/build/generated/ios/ReactAppDependencyProvider.podspec +34 -0
  28. package/ios/Frameworks/AppoxeeLocationServices.xcframework/Info.plist +48 -0
  29. package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64/libAppoxeeLocationServices.a +0 -0
  30. package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeLocationManager.h +122 -0
  31. package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeLocationServices.h +11 -0
  32. package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64_x86_64-simulator/libAppoxeeLocationServices.a +0 -0
  33. package/ios/Frameworks/AppoxeeSDK.xcframework/Info.plist +48 -0
  34. package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXClientDevice.h +1 -0
  35. package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotificationActionButtonAction.h +3 -2
  36. package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/Appoxee.h +39 -2
  37. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64/libAppoxeeSDK.a +0 -0
  38. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXClientDevice.h +27 -0
  39. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXInterfaceService.h +49 -0
  40. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotification.h +92 -0
  41. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotificationAction.h +20 -0
  42. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotificationActionButton.h +19 -0
  43. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotificationActionButtonAction.h +36 -0
  44. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXRichMessage.h +58 -0
  45. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/Appoxee.h +877 -0
  46. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeManager.h +386 -0
  47. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeSDK.h +12 -0
  48. package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/libAppoxeeSDK.a +0 -0
  49. package/ios/RNMappPluginModule.m +25 -0
  50. package/package.json +7 -7
  51. package/ios/Frameworks/AppoxeeLocationServices.framework/Versions/A/AppoxeeLocationServices +0 -0
  52. package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/AppoxeeSDK +0 -0
  53. /package/ios/Frameworks/{AppoxeeLocationServices.framework/Versions/A → AppoxeeLocationServices.xcframework/ios-arm64}/Headers/AppoxeeLocationManager.h +0 -0
  54. /package/ios/Frameworks/{AppoxeeLocationServices.framework/Versions/A → AppoxeeLocationServices.xcframework/ios-arm64}/Headers/AppoxeeLocationServices.h +0 -0
  55. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXInterfaceService.h +0 -0
  56. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotification.h +0 -0
  57. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotificationAction.h +0 -0
  58. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotificationActionButton.h +0 -0
  59. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXRichMessage.h +0 -0
  60. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/AppoxeeManager.h +0 -0
  61. /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/AppoxeeSDK.h +0 -0
@@ -0,0 +1,58 @@
1
+ //
2
+ // APXRichMessage.h
3
+ // AppoxeeSDK
4
+ //
5
+ // Created by Raz Elkayam on 3/19/15.
6
+ // Copyright (c) 2015 Appoxee. All rights reserved.
7
+ //
8
+
9
+ #import <Foundation/Foundation.h>
10
+
11
+ @interface APXRichMessage : NSObject <NSCoding>
12
+
13
+ /*!
14
+ * The unique identifier of the message.
15
+ */
16
+ @property (nonatomic, readonly) NSInteger uniqueID;
17
+
18
+ /*!
19
+ * The post date of the message, in UTC.
20
+ */
21
+ @property (nonatomic, readonly) NSDate *postDateUTC;
22
+
23
+ /*!
24
+ * The post date of the message, in device local time.
25
+ */
26
+ @property (nonatomic, strong, readonly) NSDate *postDate;
27
+
28
+ /*!
29
+ * The title of the message.
30
+ */
31
+ @property (nonatomic, strong, readonly) NSString *title;
32
+
33
+ /*!
34
+ * The content of the message.
35
+ */
36
+ @property (nonatomic, strong, readonly) NSString *content;
37
+
38
+ /*!
39
+ * Indicates if the message is read.
40
+ */
41
+ @property (nonatomic, readonly) BOOL isRead;
42
+
43
+ /*!
44
+ * The link of the message. Implicitly marks message as read.
45
+ */
46
+ @property (nonatomic, strong, readonly) NSString *messageLink;
47
+
48
+ /*!
49
+ * Init with keyed values.
50
+ */
51
+ - (id)initWithKeyedValues:(NSDictionary *)keyedValues;
52
+
53
+ /*!
54
+ * Init with keyed values and a 'read' indication.
55
+ */
56
+ - (id)initWithKeyedValues:(NSDictionary *)keyedValues andMarkAsRead:(BOOL)isRead;
57
+
58
+ @end