cobrowse-sdk-react-native 2.17.2 → 2.17.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.
- package/ios/CBIOBroadcastPickerView.m +0 -2
- package/ios/CBIOCobrowseRedacted.m +1 -2
- package/ios/CBIORCTUtil.h +1 -1
- package/ios/CBIOSession+Bridging.h +1 -1
- package/ios/CBIOSession+Bridging.m +1 -2
- package/ios/RCTCobrowseIO.h +1 -2
- package/ios/RCTCobrowseIO.m +2 -2
- package/ios/RCTTouchHandler+Touch.h +2 -1
- package/package.json +1 -1
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
#import "CBIOCobrowseRedacted.h"
|
|
2
|
-
|
|
2
|
+
#import "React/RCTView.h"
|
|
3
3
|
|
|
4
4
|
@interface CBIORedactedView : RCTView
|
|
5
5
|
@end
|
|
6
6
|
@implementation CBIORedactedView
|
|
7
7
|
@end
|
|
8
8
|
|
|
9
|
-
|
|
10
9
|
@implementation CBIOCobrowseRedactedManager
|
|
11
10
|
|
|
12
11
|
RCT_EXPORT_MODULE(CBIOCobrowseRedacted)
|
package/ios/CBIORCTUtil.h
CHANGED
package/ios/RCTCobrowseIO.h
CHANGED
package/ios/RCTCobrowseIO.m
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
#import "RCTCBIOTreeUtils.h"
|
|
11
11
|
#import <objc/runtime.h>
|
|
12
12
|
|
|
13
|
+
#import "CobrowseIO/CobrowseIO.h"
|
|
14
|
+
|
|
13
15
|
#define SESSION_LOADED "session.loaded"
|
|
14
16
|
#define SESSION_UPDATED "session.updated"
|
|
15
17
|
#define SESSION_ENDED "session.ended"
|
|
@@ -17,8 +19,6 @@
|
|
|
17
19
|
|
|
18
20
|
static id<RCTCobrowseIODelegate> _Nullable _delegate;
|
|
19
21
|
|
|
20
|
-
@import CobrowseIO;
|
|
21
|
-
|
|
22
22
|
@implementation RCTCobrowseIO {
|
|
23
23
|
bool hasListeners;
|
|
24
24
|
NSMutableSet* unredactedTags;
|