@extscreen/es-core 1.0.8 → 1.0.9
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/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -666,6 +666,11 @@ var ESAudioModule$1 = new ESAudioModule();
|
|
666
666
|
class ESModule {
|
667
667
|
|
668
668
|
//---------------------------------ESModule--------------------------
|
669
|
+
getESDeviceInfo() {
|
670
|
+
return Vue.Native.callNativeWithPromise('EsNativeModule',
|
671
|
+
'getDeviceInfo',);
|
672
|
+
}
|
673
|
+
|
669
674
|
getESSDKInfo() {
|
670
675
|
return Vue.Native.callNativeWithPromise('ESModule',
|
671
676
|
'getESSDKInfo',);
|