feat(*): update v2.0.0 native package
parent
292a2135dc
commit
f03b640698
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 01c51530a73b04493a43dcac8b5448b2
|
||||
guid: 2944ce6fc8cb3410b91c55267d05e83b
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Executable file → Normal file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Executable file → Normal file
|
@ -100,9 +100,10 @@
|
|||
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
|
||||
|
||||
/**
|
||||
connect to the host
|
||||
connect to the host - blocking
|
||||
@return YES if successfully connected
|
||||
*/
|
||||
- (void)connect;
|
||||
- (BOOL)connect;
|
||||
|
||||
/**
|
||||
disconnect to the host. This sends the close Connection opcode to terminate cleanly.
|
||||
|
|
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Executable file → Normal file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Executable file → Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue