reactnative-plugin-appice 1.4.9 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,6 +88,12 @@ NS_ASSUME_NONNULL_BEGIN
88
88
  //-(void)sendClickCallback:(CallBack*)callbackValue;
89
89
  //+(void)invokeCallback:(NSDictionary*)userInfo;
90
90
  - (void)pushNotificationReceived:(id _Nonnull)notificationData;
91
+
92
+ //inapp
93
+ -(void)resumeInApp;
94
+ -(void)suspendInApp;
95
+ -(void)discardInApp;
96
+ -(void)dismissInApp;
91
97
  @end
92
98
 
93
99
  NS_ASSUME_NONNULL_END
@@ -168,6 +168,14 @@ typedef void (^AppICEInboxCallback)(AppICEInboxMessage *AppICEInboxMessage);
168
168
 
169
169
  // will send to server only when baseUrl is not null through PutApp call
170
170
  -(void)setInitialise:(NSString*)urlString;
171
+
172
+ //inapp
173
+ -(void)resumeInApp;
174
+ -(void)suspendInApp;
175
+ -(void)discardInApp;
176
+ -(void)dismissInApp;
177
+
178
+
171
179
  @end
172
180
 
173
181
  NS_ASSUME_NONNULL_END
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactnative-plugin-appice",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "appICE React Native SDK",
5
5
  "main": "index.js",
6
6
  "files": [