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.
- package/.idea/Mapp-Engage-ReactNative-Plugin.iml +9 -0
- package/.idea/caches/deviceStreaming.xml +787 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/CHANGELOG.md +21 -0
- package/Mapp.js +36 -7
- package/RNMappPlugin.podspec +2 -2
- package/android/.settings/org.eclipse.buildship.core.prefs +1 -1
- package/android/build.gradle +10 -10
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/android/settings.gradle +3 -3
- package/android/src/main/AndroidManifest.xml +3 -3
- package/android/src/main/java/com/reactlibrary/RNMappPluginModule.java +68 -1
- package/build/generated/ios/MappEngagePluginSpec/MappEngagePluginSpec-generated.mm +16 -0
- package/build/generated/ios/MappEngagePluginSpec/MappEngagePluginSpec.h +38 -0
- package/build/generated/ios/MappEngagePluginSpecJSI-generated.cpp +17 -0
- package/build/generated/ios/MappEngagePluginSpecJSI.h +19 -0
- package/build/generated/ios/RCTAppDependencyProvider.h +25 -0
- package/build/generated/ios/RCTAppDependencyProvider.mm +35 -0
- package/build/generated/ios/RCTModuleProviders.h +16 -0
- package/build/generated/ios/RCTModuleProviders.mm +51 -0
- package/build/generated/ios/RCTModulesConformingToProtocolsProvider.h +18 -0
- package/build/generated/ios/RCTModulesConformingToProtocolsProvider.mm +54 -0
- package/build/generated/ios/RCTThirdPartyComponentsProvider.h +16 -0
- package/build/generated/ios/RCTThirdPartyComponentsProvider.mm +30 -0
- package/build/generated/ios/ReactAppDependencyProvider.podspec +34 -0
- package/ios/Frameworks/AppoxeeLocationServices.xcframework/Info.plist +48 -0
- package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64/libAppoxeeLocationServices.a +0 -0
- package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeLocationManager.h +122 -0
- package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeLocationServices.h +11 -0
- package/ios/Frameworks/AppoxeeLocationServices.xcframework/ios-arm64_x86_64-simulator/libAppoxeeLocationServices.a +0 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/Info.plist +48 -0
- package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXClientDevice.h +1 -0
- package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotificationActionButtonAction.h +3 -2
- package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/Appoxee.h +39 -2
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64/libAppoxeeSDK.a +0 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXClientDevice.h +27 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXInterfaceService.h +49 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotification.h +92 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotificationAction.h +20 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotificationActionButton.h +19 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXPushNotificationActionButtonAction.h +36 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXRichMessage.h +58 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/Appoxee.h +877 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeManager.h +386 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/AppoxeeSDK.h +12 -0
- package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/libAppoxeeSDK.a +0 -0
- package/ios/RNMappPluginModule.m +25 -0
- package/package.json +7 -7
- package/ios/Frameworks/AppoxeeLocationServices.framework/Versions/A/AppoxeeLocationServices +0 -0
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/AppoxeeSDK +0 -0
- /package/ios/Frameworks/{AppoxeeLocationServices.framework/Versions/A → AppoxeeLocationServices.xcframework/ios-arm64}/Headers/AppoxeeLocationManager.h +0 -0
- /package/ios/Frameworks/{AppoxeeLocationServices.framework/Versions/A → AppoxeeLocationServices.xcframework/ios-arm64}/Headers/AppoxeeLocationServices.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXInterfaceService.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotification.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotificationAction.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXPushNotificationActionButton.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/APXRichMessage.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/AppoxeeManager.h +0 -0
- /package/ios/Frameworks/{AppoxeeSDK.framework/Versions/A → AppoxeeSDK.xcframework/ios-arm64}/Headers/AppoxeeSDK.h +0 -0
package/ios/Frameworks/AppoxeeSDK.xcframework/ios-arm64_x86_64-simulator/Headers/APXRichMessage.h
ADDED
|
@@ -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
|