hylid-bridge 4.0.24-alpha.3 → 4.0.26-alpha.1

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.
Files changed (89) hide show
  1. package/README.md +5 -5
  2. package/lib/bridges.d.ts +41 -57
  3. package/lib/bridges.js +23 -32
  4. package/lib/clients/mp/alipay/index.d.ts +242 -4
  5. package/lib/clients/mp/alipay/index.js +92 -4
  6. package/lib/clients/mp/alipayhk/index.d.ts +235 -2
  7. package/lib/clients/mp/alipayhk/index.js +90 -3
  8. package/lib/clients/mp/chope/index.d.ts +235 -2
  9. package/lib/clients/mp/chope/index.js +90 -3
  10. package/lib/clients/mp/dana/index.d.ts +235 -2
  11. package/lib/clients/mp/dana/index.js +90 -3
  12. package/lib/clients/mp/demo/index.d.ts +266 -8
  13. package/lib/clients/mp/demo/index.js +114 -3
  14. package/lib/clients/mp/gcash/index.d.ts +235 -2
  15. package/lib/clients/mp/gcash/index.js +90 -3
  16. package/lib/clients/mp/tmn/index.d.ts +235 -2
  17. package/lib/clients/mp/tmn/index.js +90 -3
  18. package/lib/clients/mp/tngd/index.d.ts +235 -2
  19. package/lib/clients/mp/tngd/index.js +90 -3
  20. package/lib/clients/mp/wechat/index.d.ts +0 -1
  21. package/lib/clients/mp_web/alipay/index.d.ts +244 -4
  22. package/lib/clients/mp_web/alipay/index.js +94 -4
  23. package/lib/clients/mp_web/alipayhk/index.d.ts +315 -16
  24. package/lib/clients/mp_web/alipayhk/index.js +105 -8
  25. package/lib/clients/mp_web/chope/index.d.ts +235 -2
  26. package/lib/clients/mp_web/chope/index.js +89 -2
  27. package/lib/clients/mp_web/dana/index.d.ts +314 -16
  28. package/lib/clients/mp_web/dana/index.js +104 -8
  29. package/lib/clients/mp_web/demo/index.d.ts +265 -8
  30. package/lib/clients/mp_web/demo/index.js +112 -2
  31. package/lib/clients/mp_web/gcash/index.d.ts +314 -16
  32. package/lib/clients/mp_web/gcash/index.js +104 -8
  33. package/lib/clients/mp_web/mpay/index.d.ts +315 -24
  34. package/lib/clients/mp_web/mpay/index.js +106 -12
  35. package/lib/clients/mp_web/tmn/index.d.ts +314 -16
  36. package/lib/clients/mp_web/tmn/index.js +104 -8
  37. package/lib/clients/mp_web/tngd/index.d.ts +314 -16
  38. package/lib/clients/mp_web/tngd/index.js +104 -8
  39. package/lib/clients/mp_web/toss/index.d.ts +322 -16
  40. package/lib/clients/mp_web/toss/index.js +106 -8
  41. package/lib/clients/web/alipay/index.d.ts +231 -115
  42. package/lib/clients/web/alipay/index.js +115 -74
  43. package/lib/clients/web/demo/index.d.ts +181 -60
  44. package/lib/clients/web/demo/index.js +106 -48
  45. package/lib/clients/web/h5/index.d.ts +22 -14
  46. package/lib/clients/web/h5/index.js +10 -8
  47. package/lib/clients/web/tngdh5ng/index.d.ts +29 -21
  48. package/lib/clients/web/tngdh5ng/index.js +26 -18
  49. package/lib/clients/web/worldfirst/index.d.ts +7 -0
  50. package/lib/clients/web/worldfirst/index.js +7 -0
  51. package/lib/clients/web/worldfirst/wfOpenDocument.d.ts +20 -0
  52. package/lib/clients/web/worldfirst/wfOpenDocument.js +8 -0
  53. package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +1 -6
  54. package/lib/common/apis/generated/mp/getAppToken.d.ts +2 -14
  55. package/lib/common/apis/generated/mp_web/getAppToken.d.ts +2 -14
  56. package/lib/common/apis/generated/web/getAppToken.d.ts +2 -14
  57. package/lib/dsl.d.ts +12 -11
  58. package/lib/dsl.js +2 -2
  59. package/lib/umd/index.js +1 -1
  60. package/lib/umd/mp_web_alipay.js +1 -1
  61. package/lib/umd/mp_web_alipayhk.js +1 -1
  62. package/lib/umd/mp_web_chope.js +1 -1
  63. package/lib/umd/mp_web_dana.js +1 -1
  64. package/lib/umd/mp_web_demo.js +1 -1
  65. package/lib/umd/mp_web_gcash.js +1 -1
  66. package/lib/umd/mp_web_mpay.js +1 -1
  67. package/lib/umd/mp_web_tmn.js +1 -1
  68. package/lib/umd/mp_web_tngd.js +1 -1
  69. package/lib/umd/mp_web_toss.js +1 -1
  70. package/lib/umd/web_alipay.js +1 -1
  71. package/lib/umd/web_demo.js +1 -1
  72. package/lib/umd/web_h5.js +1 -1
  73. package/lib/umd/web_tngdh5ng.js +1 -1
  74. package/lib/umd/web_worldfirst.js +1 -0
  75. package/lib/whichCanIUse/compatibilities.json +125123 -1659
  76. package/lib/whichCanIUse/index.d.ts +6 -21
  77. package/lib/whichCanIUse/index.js +43 -65
  78. package/package.json +9 -9
  79. package/lib/clients/web/alipay/getClientInfo.d.ts +0 -2
  80. package/lib/clients/web/alipay/getClientInfo.js +0 -3
  81. package/lib/clients/web/alipayhk/getClientInfo.d.ts +0 -2
  82. package/lib/clients/web/alipayhk/getClientInfo.js +0 -3
  83. package/lib/clients/web/alipayhk/index.d.ts +0 -24
  84. package/lib/clients/web/alipayhk/index.js +0 -9
  85. package/lib/common/apis/generated/web/getClientInfo.d.ts +0 -33
  86. package/lib/common/apis/generated/web/getClientInfo.js +0 -8
  87. package/lib/umd/web_alipayhk.js +0 -1
  88. /package/lib/clients/web/{alipayhk → demo}/getAppToken.d.ts +0 -0
  89. /package/lib/clients/web/{alipayhk → demo}/getAppToken.js +0 -0
@@ -113,6 +113,9 @@ import { vibrate, vibrateAsync } from '../../../common/apis/generated/mp_web/vib
113
113
  import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_web/watchShake';
114
114
  import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
115
115
  import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
116
+ import getAppId from './getAppId';
117
+ import getCurrentPages from './getCurrentPages';
118
+ import getSDKVersion from './getSDKVersion';
116
119
  import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
117
120
  import { getRunScene, getRunSceneAsync } from '../../../common/apis/generated/mp_web/getRunScene';
118
121
  import { chooseFileFromDisk, chooseFileFromDiskAsync } from '../../../common/apis/generated/mp_web/chooseFileFromDisk';
@@ -120,59 +123,105 @@ import { chooseVideo, chooseVideoAsync } from '../../../common/apis/generated/mp
120
123
  import { compressImage, compressImageAsync } from '../../../common/apis/generated/mp_web/compressImage';
121
124
  import { setTabBarItem, setTabBarItemAsync } from '../../../common/apis/generated/mp_web/setTabBarItem';
122
125
  import { showTabBar, showTabBarAsync } from '../../../common/apis/generated/mp_web/showTabBar';
123
- import getAppId from './getAppId';
124
- import getCurrentPages from './getCurrentPages';
125
- import getSDKVersion from './getSDKVersion';
126
126
  export default {
127
127
  addPhoneContact: addPhoneContact,
128
+ addPhoneContactAsync: addPhoneContactAsync,
128
129
  alert: alert,
130
+ alertAsync: alertAsync,
129
131
  chooseImage: chooseImage,
132
+ chooseImageAsync: chooseImageAsync,
130
133
  choosePhoneContact: choosePhoneContact,
134
+ choosePhoneContactAsync: choosePhoneContactAsync,
131
135
  clearStorage: clearStorage,
136
+ clearStorageAsync: clearStorageAsync,
132
137
  closeBluetoothAdapter: closeBluetoothAdapter,
138
+ closeBluetoothAdapterAsync: closeBluetoothAdapterAsync,
133
139
  closeSocket: closeSocket,
140
+ closeSocketAsync: closeSocketAsync,
134
141
  confirm: confirm,
142
+ confirmAsync: confirmAsync,
135
143
  connectBLEDevice: connectBLEDevice,
144
+ connectBLEDeviceAsync: connectBLEDeviceAsync,
136
145
  connectSocket: connectSocket,
146
+ connectSocketAsync: connectSocketAsync,
137
147
  datePicker: datePicker,
148
+ datePickerAsync: datePickerAsync,
138
149
  disconnectBLEDevice: disconnectBLEDevice,
150
+ disconnectBLEDeviceAsync: disconnectBLEDeviceAsync,
139
151
  downloadFile: downloadFile,
152
+ downloadFileAsync: downloadFileAsync,
140
153
  getAppToken: getAppToken,
154
+ getAppTokenAsync: getAppTokenAsync,
141
155
  getAuthCode: getAuthCode,
156
+ getAuthCodeAsync: getAuthCodeAsync,
142
157
  getBatteryInfo: getBatteryInfo,
158
+ getBatteryInfoAsync: getBatteryInfoAsync,
143
159
  getBLEDeviceCharacteristics: getBLEDeviceCharacteristics,
160
+ getBLEDeviceCharacteristicsAsync: getBLEDeviceCharacteristicsAsync,
144
161
  getBLEDeviceServices: getBLEDeviceServices,
162
+ getBLEDeviceServicesAsync: getBLEDeviceServicesAsync,
145
163
  getBluetoothAdapterState: getBluetoothAdapterState,
164
+ getBluetoothAdapterStateAsync: getBluetoothAdapterStateAsync,
146
165
  getBluetoothDevices: getBluetoothDevices,
166
+ getBluetoothDevicesAsync: getBluetoothDevicesAsync,
147
167
  getClipboard: getClipboard,
168
+ getClipboardAsync: getClipboardAsync,
148
169
  getConnectedBluetoothDevices: getConnectedBluetoothDevices,
170
+ getConnectedBluetoothDevicesAsync: getConnectedBluetoothDevicesAsync,
149
171
  getFileInfo: getFileInfo,
172
+ getFileInfoAsync: getFileInfoAsync,
150
173
  getImageInfo: getImageInfo,
174
+ getImageInfoAsync: getImageInfoAsync,
151
175
  getLocation: getLocation,
176
+ getLocationAsync: getLocationAsync,
152
177
  getNetworkType: getNetworkType,
178
+ getNetworkTypeAsync: getNetworkTypeAsync,
153
179
  getOpenUserInfo: getOpenUserInfo,
180
+ getOpenUserInfoAsync: getOpenUserInfoAsync,
154
181
  getSavedFileInfo: getSavedFileInfo,
182
+ getSavedFileInfoAsync: getSavedFileInfoAsync,
155
183
  getSavedFileList: getSavedFileList,
184
+ getSavedFileListAsync: getSavedFileListAsync,
156
185
  getScreenBrightness: getScreenBrightness,
186
+ getScreenBrightnessAsync: getScreenBrightnessAsync,
157
187
  getServerTime: getServerTime,
188
+ getServerTimeAsync: getServerTimeAsync,
158
189
  getSetting: getSetting,
190
+ getSettingAsync: getSettingAsync,
159
191
  getSiteInfo: getSiteInfo,
192
+ getSiteInfoAsync: getSiteInfoAsync,
160
193
  getStorage: getStorage,
194
+ getStorageAsync: getStorageAsync,
161
195
  getSystemInfo: getSystemInfo,
196
+ getSystemInfoAsync: getSystemInfoAsync,
162
197
  hideBackHome: hideBackHome,
198
+ hideBackHomeAsync: hideBackHomeAsync,
163
199
  hideKeyboard: hideKeyboard,
200
+ hideKeyboardAsync: hideKeyboardAsync,
164
201
  hideLoading: hideLoading,
202
+ hideLoadingAsync: hideLoadingAsync,
165
203
  hideNavigationBarLoading: hideNavigationBarLoading,
204
+ hideNavigationBarLoadingAsync: hideNavigationBarLoadingAsync,
166
205
  hideTabBar: hideTabBar,
206
+ hideTabBarAsync: hideTabBarAsync,
167
207
  hideToast: hideToast,
208
+ hideToastAsync: hideToastAsync,
168
209
  makePhoneCall: makePhoneCall,
210
+ makePhoneCallAsync: makePhoneCallAsync,
169
211
  multiLevelSelect: multiLevelSelect,
212
+ multiLevelSelectAsync: multiLevelSelectAsync,
170
213
  navigateBack: navigateBack,
214
+ navigateBackAsync: navigateBackAsync,
171
215
  navigateBackMiniProgram: navigateBackMiniProgram,
216
+ navigateBackMiniProgramAsync: navigateBackMiniProgramAsync,
172
217
  navigateTo: navigateTo,
218
+ navigateToAsync: navigateToAsync,
173
219
  navigateToBizScene: navigateToBizScene,
220
+ navigateToBizSceneAsync: navigateToBizSceneAsync,
174
221
  navigateToMiniProgram: navigateToMiniProgram,
222
+ navigateToMiniProgramAsync: navigateToMiniProgramAsync,
175
223
  notifyBLECharacteristicValueChange: notifyBLECharacteristicValueChange,
224
+ notifyBLECharacteristicValueChangeAsync: notifyBLECharacteristicValueChangeAsync,
176
225
  offAccelerometerChange: offAccelerometerChange,
177
226
  offBLECharacteristicValueChange: offBLECharacteristicValueChange,
178
227
  offBLEConnectionStateChanged: offBLEConnectionStateChanged,
@@ -198,56 +247,103 @@ export default {
198
247
  onSocketOpen: onSocketOpen,
199
248
  onUserCaptureScreen: onUserCaptureScreen,
200
249
  openBluetoothAdapter: openBluetoothAdapter,
250
+ openBluetoothAdapterAsync: openBluetoothAdapterAsync,
201
251
  openDocument: openDocument,
252
+ openDocumentAsync: openDocumentAsync,
202
253
  openSetting: openSetting,
254
+ openSettingAsync: openSettingAsync,
203
255
  pageScrollTo: pageScrollTo,
256
+ pageScrollToAsync: pageScrollToAsync,
204
257
  previewImage: previewImage,
258
+ previewImageAsync: previewImageAsync,
205
259
  prompt: prompt,
260
+ promptAsync: promptAsync,
206
261
  readBLECharacteristicValue: readBLECharacteristicValue,
262
+ readBLECharacteristicValueAsync: readBLECharacteristicValueAsync,
207
263
  redirectTo: redirectTo,
264
+ redirectToAsync: redirectToAsync,
208
265
  reLaunch: reLaunch,
266
+ reLaunchAsync: reLaunchAsync,
209
267
  removeSavedFile: removeSavedFile,
268
+ removeSavedFileAsync: removeSavedFileAsync,
210
269
  removeStorage: removeStorage,
270
+ removeStorageAsync: removeStorageAsync,
211
271
  request: request,
272
+ requestAsync: requestAsync,
212
273
  saveFile: saveFile,
274
+ saveFileAsync: saveFileAsync,
213
275
  saveImage: saveImage,
276
+ saveImageAsync: saveImageAsync,
214
277
  scan: scan,
278
+ scanAsync: scanAsync,
215
279
  sendSocketMessage: sendSocketMessage,
280
+ sendSocketMessageAsync: sendSocketMessageAsync,
216
281
  setBackgroundColor: setBackgroundColor,
282
+ setBackgroundColorAsync: setBackgroundColorAsync,
217
283
  setCanPullDown: setCanPullDown,
284
+ setCanPullDownAsync: setCanPullDownAsync,
218
285
  setClipboard: setClipboard,
286
+ setClipboardAsync: setClipboardAsync,
219
287
  setKeepScreenOn: setKeepScreenOn,
288
+ setKeepScreenOnAsync: setKeepScreenOnAsync,
220
289
  setNavigationBar: setNavigationBar,
290
+ setNavigationBarAsync: setNavigationBarAsync,
221
291
  setScreenBrightness: setScreenBrightness,
292
+ setScreenBrightnessAsync: setScreenBrightnessAsync,
222
293
  setStorage: setStorage,
294
+ setStorageAsync: setStorageAsync,
223
295
  setTabBarStyle: setTabBarStyle,
296
+ setTabBarStyleAsync: setTabBarStyleAsync,
224
297
  showActionSheet: showActionSheet,
298
+ showActionSheetAsync: showActionSheetAsync,
225
299
  showAuthGuide: showAuthGuide,
300
+ showAuthGuideAsync: showAuthGuideAsync,
226
301
  showLoading: showLoading,
302
+ showLoadingAsync: showLoadingAsync,
227
303
  showNavigationBarLoading: showNavigationBarLoading,
304
+ showNavigationBarLoadingAsync: showNavigationBarLoadingAsync,
228
305
  showToast: showToast,
306
+ showToastAsync: showToastAsync,
229
307
  signContract: signContract,
308
+ signContractAsync: signContractAsync,
230
309
  startBluetoothDevicesDiscovery: startBluetoothDevicesDiscovery,
310
+ startBluetoothDevicesDiscoveryAsync: startBluetoothDevicesDiscoveryAsync,
231
311
  startPullDownRefresh: startPullDownRefresh,
312
+ startPullDownRefreshAsync: startPullDownRefreshAsync,
232
313
  stopBluetoothDevicesDiscovery: stopBluetoothDevicesDiscovery,
314
+ stopBluetoothDevicesDiscoveryAsync: stopBluetoothDevicesDiscoveryAsync,
233
315
  stopPullDownRefresh: stopPullDownRefresh,
316
+ stopPullDownRefreshAsync: stopPullDownRefreshAsync,
234
317
  switchTab: switchTab,
318
+ switchTabAsync: switchTabAsync,
235
319
  tradePay: tradePay,
320
+ tradePayAsync: tradePayAsync,
236
321
  uploadFile: uploadFile,
322
+ uploadFileAsync: uploadFileAsync,
237
323
  vibrate: vibrate,
324
+ vibrateAsync: vibrateAsync,
238
325
  watchShake: watchShake,
326
+ watchShakeAsync: watchShakeAsync,
239
327
  writeBLECharacteristicValue: writeBLECharacteristicValue,
328
+ writeBLECharacteristicValueAsync: writeBLECharacteristicValueAsync,
240
329
  showSharePanel: showSharePanel,
330
+ showSharePanelAsync: showSharePanelAsync,
331
+ getAppId: getAppId,
332
+ getCurrentPages: getCurrentPages,
333
+ getSDKVersion: getSDKVersion,
241
334
  setTransparentTitle: setTransparentTitle,
335
+ setTransparentTitleAsync: setTransparentTitleAsync,
242
336
  getRunScene: getRunScene,
337
+ getRunSceneAsync: getRunSceneAsync,
243
338
  chooseFileFromDisk: chooseFileFromDisk,
339
+ chooseFileFromDiskAsync: chooseFileFromDiskAsync,
244
340
  chooseVideo: chooseVideo,
341
+ chooseVideoAsync: chooseVideoAsync,
245
342
  compressImage: compressImage,
343
+ compressImageAsync: compressImageAsync,
246
344
  setTabBarItem: setTabBarItem,
345
+ setTabBarItemAsync: setTabBarItemAsync,
247
346
  showTabBar: showTabBar,
248
- getAppId: getAppId,
249
- getCurrentPages: getCurrentPages,
250
- getSDKVersion: getSDKVersion
347
+ showTabBarAsync: showTabBarAsync
251
348
  };
252
- export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToBizScene, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getRunScene, chooseFileFromDisk, chooseVideo, compressImage, setTabBarItem, showTabBar, getAppId, getCurrentPages, getSDKVersion };
253
- export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToBizSceneAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync, getRunSceneAsync, chooseFileFromDiskAsync, chooseVideoAsync, compressImageAsync, setTabBarItemAsync, showTabBarAsync };
349
+ export { addPhoneContact, addPhoneContactAsync, alert, alertAsync, chooseImage, chooseImageAsync, choosePhoneContact, choosePhoneContactAsync, clearStorage, clearStorageAsync, closeBluetoothAdapter, closeBluetoothAdapterAsync, closeSocket, closeSocketAsync, confirm, confirmAsync, connectBLEDevice, connectBLEDeviceAsync, connectSocket, connectSocketAsync, datePicker, datePickerAsync, disconnectBLEDevice, disconnectBLEDeviceAsync, downloadFile, downloadFileAsync, getAppToken, getAppTokenAsync, getAuthCode, getAuthCodeAsync, getBatteryInfo, getBatteryInfoAsync, getBLEDeviceCharacteristics, getBLEDeviceCharacteristicsAsync, getBLEDeviceServices, getBLEDeviceServicesAsync, getBluetoothAdapterState, getBluetoothAdapterStateAsync, getBluetoothDevices, getBluetoothDevicesAsync, getClipboard, getClipboardAsync, getConnectedBluetoothDevices, getConnectedBluetoothDevicesAsync, getFileInfo, getFileInfoAsync, getImageInfo, getImageInfoAsync, getLocation, getLocationAsync, getNetworkType, getNetworkTypeAsync, getOpenUserInfo, getOpenUserInfoAsync, getSavedFileInfo, getSavedFileInfoAsync, getSavedFileList, getSavedFileListAsync, getScreenBrightness, getScreenBrightnessAsync, getServerTime, getServerTimeAsync, getSetting, getSettingAsync, getSiteInfo, getSiteInfoAsync, getStorage, getStorageAsync, getSystemInfo, getSystemInfoAsync, hideBackHome, hideBackHomeAsync, hideKeyboard, hideKeyboardAsync, hideLoading, hideLoadingAsync, hideNavigationBarLoading, hideNavigationBarLoadingAsync, hideTabBar, hideTabBarAsync, hideToast, hideToastAsync, makePhoneCall, makePhoneCallAsync, multiLevelSelect, multiLevelSelectAsync, navigateBack, navigateBackAsync, navigateBackMiniProgram, navigateBackMiniProgramAsync, navigateTo, navigateToAsync, navigateToBizScene, navigateToBizSceneAsync, navigateToMiniProgram, navigateToMiniProgramAsync, notifyBLECharacteristicValueChange, notifyBLECharacteristicValueChangeAsync, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openBluetoothAdapterAsync, openDocument, openDocumentAsync, openSetting, openSettingAsync, pageScrollTo, pageScrollToAsync, previewImage, previewImageAsync, prompt, promptAsync, readBLECharacteristicValue, readBLECharacteristicValueAsync, redirectTo, redirectToAsync, reLaunch, reLaunchAsync, removeSavedFile, removeSavedFileAsync, removeStorage, removeStorageAsync, request, requestAsync, saveFile, saveFileAsync, saveImage, saveImageAsync, scan, scanAsync, sendSocketMessage, sendSocketMessageAsync, setBackgroundColor, setBackgroundColorAsync, setCanPullDown, setCanPullDownAsync, setClipboard, setClipboardAsync, setKeepScreenOn, setKeepScreenOnAsync, setNavigationBar, setNavigationBarAsync, setScreenBrightness, setScreenBrightnessAsync, setStorage, setStorageAsync, setTabBarStyle, setTabBarStyleAsync, showActionSheet, showActionSheetAsync, showAuthGuide, showAuthGuideAsync, showLoading, showLoadingAsync, showNavigationBarLoading, showNavigationBarLoadingAsync, showToast, showToastAsync, signContract, signContractAsync, startBluetoothDevicesDiscovery, startBluetoothDevicesDiscoveryAsync, startPullDownRefresh, startPullDownRefreshAsync, stopBluetoothDevicesDiscovery, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefresh, stopPullDownRefreshAsync, switchTab, switchTabAsync, tradePay, tradePayAsync, uploadFile, uploadFileAsync, vibrate, vibrateAsync, watchShake, watchShakeAsync, writeBLECharacteristicValue, writeBLECharacteristicValueAsync, showSharePanel, showSharePanelAsync, getAppId, getCurrentPages, getSDKVersion, setTransparentTitle, setTransparentTitleAsync, getRunScene, getRunSceneAsync, chooseFileFromDisk, chooseFileFromDiskAsync, chooseVideo, chooseVideoAsync, compressImage, compressImageAsync, setTabBarItem, setTabBarItemAsync, showTabBar, showTabBarAsync };