cobrowse-sdk-react-native
Advanced tools
Comparing version 2.17.3 to 2.18.0
@@ -128,2 +128,6 @@ import { EmitterSubscription, NativeEventEmitter, NativeModules } from 'react-native' | ||
} | ||
async setCapabilities (capabilities: Array<'drawing' | 'full_device' | 'keypress' | 'laser' | 'pointer'>): Promise<void> { | ||
return CobrowseIONative.updateSession({ capabilities: capabilities }) | ||
} | ||
} |
@@ -98,4 +98,9 @@ "use strict"; | ||
} | ||
async setCapabilities(capabilities) { | ||
return CobrowseIONative.updateSession({ | ||
capabilities: capabilities | ||
}); | ||
} | ||
} | ||
exports.default = Session; | ||
//# sourceMappingURL=Session.js.map |
@@ -92,3 +92,8 @@ import { NativeEventEmitter, NativeModules } from 'react-native'; | ||
} | ||
async setCapabilities(capabilities) { | ||
return CobrowseIONative.updateSession({ | ||
capabilities: capabilities | ||
}); | ||
} | ||
} | ||
//# sourceMappingURL=Session.js.map |
@@ -41,3 +41,4 @@ import { EmitterSubscription } from 'react-native'; | ||
setRemoteControl(state: RemoteControlState): Promise<void>; | ||
setCapabilities(capabilities: Array<'drawing' | 'full_device' | 'keypress' | 'laser' | 'pointer'>): Promise<void>; | ||
} | ||
//# sourceMappingURL=Session.d.ts.map |
{ | ||
"name": "cobrowse-sdk-react-native", | ||
"version": "2.17.3", | ||
"version": "2.18.0", | ||
"description": "Cobrowse SDK for React Native", | ||
@@ -5,0 +5,0 @@ "main": "lib/module/index", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
203401
1938