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
@@ -139,64 +139,123 @@ import getCurrentPages from './getCurrentPages';
139
139
  import getSDKVersion from './getSDKVersion';
140
140
  export default {
141
141
  addFatigueAction: addFatigueAction,
142
+ addFatigueActionAsync: addFatigueActionAsync,
142
143
  addPhoneContact: addPhoneContact,
144
+ addPhoneContactAsync: addPhoneContactAsync,
143
145
  alert: alert,
146
+ alertAsync: alertAsync,
144
147
  apDisableJSAPI: apDisableJSAPI,
148
+ apDisableJSAPIAsync: apDisableJSAPIAsync,
145
149
  appxrpc: appxrpc,
150
+ appxrpcAsync: appxrpcAsync,
146
151
  APRegionRPC: APRegionRPC,
152
+ APRegionRPCAsync: APRegionRPCAsync,
147
153
  batchQueryCdpSpaceInfo: batchQueryCdpSpaceInfo,
154
+ batchQueryCdpSpaceInfoAsync: batchQueryCdpSpaceInfoAsync,
148
155
  chooseImage: chooseImage,
156
+ chooseImageAsync: chooseImageAsync,
149
157
  choosePhoneContact: choosePhoneContact,
158
+ choosePhoneContactAsync: choosePhoneContactAsync,
150
159
  clearStorage: clearStorage,
160
+ clearStorageAsync: clearStorageAsync,
151
161
  closeBluetoothAdapter: closeBluetoothAdapter,
162
+ closeBluetoothAdapterAsync: closeBluetoothAdapterAsync,
152
163
  closeSocket: closeSocket,
164
+ closeSocketAsync: closeSocketAsync,
153
165
  confirm: confirm,
166
+ confirmAsync: confirmAsync,
154
167
  connectBLEDevice: connectBLEDevice,
168
+ connectBLEDeviceAsync: connectBLEDeviceAsync,
155
169
  connectSocket: connectSocket,
170
+ connectSocketAsync: connectSocketAsync,
156
171
  datePicker: datePicker,
172
+ datePickerAsync: datePickerAsync,
157
173
  disconnectBLEDevice: disconnectBLEDevice,
174
+ disconnectBLEDeviceAsync: disconnectBLEDeviceAsync,
158
175
  downloadFile: downloadFile,
176
+ downloadFileAsync: downloadFileAsync,
159
177
  exitApp: exitApp,
178
+ exitAppAsync: exitAppAsync,
160
179
  getAppToken: getAppToken,
180
+ getAppTokenAsync: getAppTokenAsync,
161
181
  getAuthCode: getAuthCode,
182
+ getAuthCodeAsync: getAuthCodeAsync,
162
183
  getBatteryInfo: getBatteryInfo,
184
+ getBatteryInfoAsync: getBatteryInfoAsync,
163
185
  getBLEDeviceCharacteristics: getBLEDeviceCharacteristics,
186
+ getBLEDeviceCharacteristicsAsync: getBLEDeviceCharacteristicsAsync,
164
187
  getBLEDeviceServices: getBLEDeviceServices,
188
+ getBLEDeviceServicesAsync: getBLEDeviceServicesAsync,
165
189
  getBluetoothAdapterState: getBluetoothAdapterState,
190
+ getBluetoothAdapterStateAsync: getBluetoothAdapterStateAsync,
166
191
  getBluetoothDevices: getBluetoothDevices,
192
+ getBluetoothDevicesAsync: getBluetoothDevicesAsync,
167
193
  getClipboard: getClipboard,
194
+ getClipboardAsync: getClipboardAsync,
168
195
  getComponentAuth: getComponentAuth,
196
+ getComponentAuthAsync: getComponentAuthAsync,
169
197
  getConnectedBluetoothDevices: getConnectedBluetoothDevices,
198
+ getConnectedBluetoothDevicesAsync: getConnectedBluetoothDevicesAsync,
170
199
  getFileInfo: getFileInfo,
200
+ getFileInfoAsync: getFileInfoAsync,
171
201
  getImageInfo: getImageInfo,
202
+ getImageInfoAsync: getImageInfoAsync,
172
203
  getLocation: getLocation,
204
+ getLocationAsync: getLocationAsync,
173
205
  getNetworkType: getNetworkType,
206
+ getNetworkTypeAsync: getNetworkTypeAsync,
174
207
  getOpenUserInfo: getOpenUserInfo,
208
+ getOpenUserInfoAsync: getOpenUserInfoAsync,
175
209
  getPaymentCode: getPaymentCode,
210
+ getPaymentCodeAsync: getPaymentCodeAsync,
176
211
  getPhoneNumber: getPhoneNumber,
212
+ getPhoneNumberAsync: getPhoneNumberAsync,
177
213
  getSavedFileInfo: getSavedFileInfo,
214
+ getSavedFileInfoAsync: getSavedFileInfoAsync,
178
215
  getSavedFileList: getSavedFileList,
216
+ getSavedFileListAsync: getSavedFileListAsync,
179
217
  getScreenBrightness: getScreenBrightness,
218
+ getScreenBrightnessAsync: getScreenBrightnessAsync,
180
219
  getServerTime: getServerTime,
220
+ getServerTimeAsync: getServerTimeAsync,
181
221
  getSetting: getSetting,
222
+ getSettingAsync: getSettingAsync,
182
223
  getSiteInfo: getSiteInfo,
224
+ getSiteInfoAsync: getSiteInfoAsync,
183
225
  getStorage: getStorage,
226
+ getStorageAsync: getStorageAsync,
184
227
  getSystemInfo: getSystemInfo,
228
+ getSystemInfoAsync: getSystemInfoAsync,
185
229
  hideBackHome: hideBackHome,
230
+ hideBackHomeAsync: hideBackHomeAsync,
186
231
  hideKeyboard: hideKeyboard,
232
+ hideKeyboardAsync: hideKeyboardAsync,
187
233
  hideLoading: hideLoading,
234
+ hideLoadingAsync: hideLoadingAsync,
188
235
  hideNavigationBarLoading: hideNavigationBarLoading,
236
+ hideNavigationBarLoadingAsync: hideNavigationBarLoadingAsync,
189
237
  hideTabBar: hideTabBar,
238
+ hideTabBarAsync: hideTabBarAsync,
190
239
  hideToast: hideToast,
240
+ hideToastAsync: hideToastAsync,
191
241
  inquireQuote: inquireQuote,
242
+ inquireQuoteAsync: inquireQuoteAsync,
192
243
  isInstalledApp: isInstalledApp,
244
+ isInstalledAppAsync: isInstalledAppAsync,
193
245
  makePhoneCall: makePhoneCall,
246
+ makePhoneCallAsync: makePhoneCallAsync,
194
247
  multiLevelSelect: multiLevelSelect,
248
+ multiLevelSelectAsync: multiLevelSelectAsync,
195
249
  navigateBack: navigateBack,
250
+ navigateBackAsync: navigateBackAsync,
196
251
  navigateBackMiniProgram: navigateBackMiniProgram,
252
+ navigateBackMiniProgramAsync: navigateBackMiniProgramAsync,
197
253
  navigateTo: navigateTo,
254
+ navigateToAsync: navigateToAsync,
198
255
  navigateToMiniProgram: navigateToMiniProgram,
256
+ navigateToMiniProgramAsync: navigateToMiniProgramAsync,
199
257
  notifyBLECharacteristicValueChange: notifyBLECharacteristicValueChange,
258
+ notifyBLECharacteristicValueChangeAsync: notifyBLECharacteristicValueChangeAsync,
200
259
  offAccelerometerChange: offAccelerometerChange,
201
260
  offBLECharacteristicValueChange: offBLECharacteristicValueChange,
202
261
  offBLEConnectionStateChanged: offBLEConnectionStateChanged,
@@ -222,60 +281,111 @@ export default {
222
281
  onSocketOpen: onSocketOpen,
223
282
  onUserCaptureScreen: onUserCaptureScreen,
224
283
  openBluetoothAdapter: openBluetoothAdapter,
284
+ openBluetoothAdapterAsync: openBluetoothAdapterAsync,
225
285
  openDocument: openDocument,
286
+ openDocumentAsync: openDocumentAsync,
226
287
  openSchemeWithBacking: openSchemeWithBacking,
288
+ openSchemeWithBackingAsync: openSchemeWithBackingAsync,
227
289
  openSetting: openSetting,
290
+ openSettingAsync: openSettingAsync,
228
291
  pageScrollTo: pageScrollTo,
292
+ pageScrollToAsync: pageScrollToAsync,
229
293
  paySignCenter: paySignCenter,
294
+ paySignCenterAsync: paySignCenterAsync,
230
295
  previewImage: previewImage,
296
+ previewImageAsync: previewImageAsync,
231
297
  prompt: prompt,
298
+ promptAsync: promptAsync,
232
299
  readBLECharacteristicValue: readBLECharacteristicValue,
300
+ readBLECharacteristicValueAsync: readBLECharacteristicValueAsync,
233
301
  redirectTo: redirectTo,
302
+ redirectToAsync: redirectToAsync,
234
303
  regionFetchAllApps: regionFetchAllApps,
304
+ regionFetchAllAppsAsync: regionFetchAllAppsAsync,
235
305
  regionSearchAppsByKeywords: regionSearchAppsByKeywords,
306
+ regionSearchAppsByKeywordsAsync: regionSearchAppsByKeywordsAsync,
236
307
  reLaunch: reLaunch,
308
+ reLaunchAsync: reLaunchAsync,
237
309
  removeSavedFile: removeSavedFile,
310
+ removeSavedFileAsync: removeSavedFileAsync,
238
311
  removeStorage: removeStorage,
312
+ removeStorageAsync: removeStorageAsync,
239
313
  request: request,
314
+ requestAsync: requestAsync,
240
315
  rpc: rpc,
316
+ rpcAsync: rpcAsync,
241
317
  saveFile: saveFile,
318
+ saveFileAsync: saveFileAsync,
242
319
  saveImage: saveImage,
320
+ saveImageAsync: saveImageAsync,
243
321
  scan: scan,
322
+ scanAsync: scanAsync,
244
323
  sendSocketMessage: sendSocketMessage,
324
+ sendSocketMessageAsync: sendSocketMessageAsync,
245
325
  setBackgroundColor: setBackgroundColor,
326
+ setBackgroundColorAsync: setBackgroundColorAsync,
246
327
  setCanPullDown: setCanPullDown,
328
+ setCanPullDownAsync: setCanPullDownAsync,
247
329
  setClipboard: setClipboard,
330
+ setClipboardAsync: setClipboardAsync,
248
331
  setKeepScreenOn: setKeepScreenOn,
332
+ setKeepScreenOnAsync: setKeepScreenOnAsync,
249
333
  setNavigationBar: setNavigationBar,
334
+ setNavigationBarAsync: setNavigationBarAsync,
250
335
  setOptionMenu: setOptionMenu,
336
+ setOptionMenuAsync: setOptionMenuAsync,
251
337
  setScreenBrightness: setScreenBrightness,
338
+ setScreenBrightnessAsync: setScreenBrightnessAsync,
252
339
  setStorage: setStorage,
340
+ setStorageAsync: setStorageAsync,
253
341
  setTabBarStyle: setTabBarStyle,
342
+ setTabBarStyleAsync: setTabBarStyleAsync,
254
343
  showActionSheet: showActionSheet,
344
+ showActionSheetAsync: showActionSheetAsync,
255
345
  showAuthGuide: showAuthGuide,
346
+ showAuthGuideAsync: showAuthGuideAsync,
256
347
  showLoading: showLoading,
348
+ showLoadingAsync: showLoadingAsync,
257
349
  showNavigationBarLoading: showNavigationBarLoading,
350
+ showNavigationBarLoadingAsync: showNavigationBarLoadingAsync,
258
351
  showToast: showToast,
352
+ showToastAsync: showToastAsync,
259
353
  signContract: signContract,
354
+ signContractAsync: signContractAsync,
260
355
  startApp: startApp,
356
+ startAppAsync: startAppAsync,
261
357
  startBizService: startBizService,
358
+ startBizServiceAsync: startBizServiceAsync,
262
359
  startBluetoothDevicesDiscovery: startBluetoothDevicesDiscovery,
360
+ startBluetoothDevicesDiscoveryAsync: startBluetoothDevicesDiscoveryAsync,
263
361
  startPullDownRefresh: startPullDownRefresh,
362
+ startPullDownRefreshAsync: startPullDownRefreshAsync,
264
363
  stopBluetoothDevicesDiscovery: stopBluetoothDevicesDiscovery,
364
+ stopBluetoothDevicesDiscoveryAsync: stopBluetoothDevicesDiscoveryAsync,
265
365
  stopPullDownRefresh: stopPullDownRefresh,
366
+ stopPullDownRefreshAsync: stopPullDownRefreshAsync,
266
367
  switchTab: switchTab,
368
+ switchTabAsync: switchTabAsync,
267
369
  thirdPartyAuthForAc: thirdPartyAuthForAc,
370
+ thirdPartyAuthForAcAsync: thirdPartyAuthForAcAsync,
268
371
  tradePay: tradePay,
372
+ tradePayAsync: tradePayAsync,
269
373
  uploadApdidToken: uploadApdidToken,
374
+ uploadApdidTokenAsync: uploadApdidTokenAsync,
270
375
  uploadFile: uploadFile,
376
+ uploadFileAsync: uploadFileAsync,
271
377
  vibrate: vibrate,
378
+ vibrateAsync: vibrateAsync,
272
379
  watchShake: watchShake,
380
+ watchShakeAsync: watchShakeAsync,
273
381
  writeBLECharacteristicValue: writeBLECharacteristicValue,
382
+ writeBLECharacteristicValueAsync: writeBLECharacteristicValueAsync,
274
383
  showSharePanel: showSharePanel,
384
+ showSharePanelAsync: showSharePanelAsync,
275
385
  hideOptionButton: hideOptionButton,
386
+ hideOptionButtonAsync: hideOptionButtonAsync,
276
387
  getAppId: getAppId,
277
388
  getCurrentPages: getCurrentPages,
278
389
  getSDKVersion: getSDKVersion
279
390
  };
280
- export { addFatigueAction, addPhoneContact, alert, apDisableJSAPI, appxrpc, APRegionRPC, batchQueryCdpSpaceInfo, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, exitApp, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getComponentAuth, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getPaymentCode, getPhoneNumber, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, inquireQuote, isInstalledApp, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, 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, openSchemeWithBacking, openSetting, pageScrollTo, paySignCenter, previewImage, prompt, readBLECharacteristicValue, redirectTo, regionFetchAllApps, regionSearchAppsByKeywords, reLaunch, removeSavedFile, removeStorage, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setOptionMenu, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startApp, startBizService, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, thirdPartyAuthForAc, tradePay, uploadApdidToken, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, hideOptionButton, getAppId, getCurrentPages, getSDKVersion };
281
- export { addFatigueActionAsync, addPhoneContactAsync, alertAsync, apDisableJSAPIAsync, appxrpcAsync, APRegionRPCAsync, batchQueryCdpSpaceInfoAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, exitAppAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getComponentAuthAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getPaymentCodeAsync, getPhoneNumberAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, inquireQuoteAsync, isInstalledAppAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSchemeWithBackingAsync, openSettingAsync, pageScrollToAsync, paySignCenterAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, regionFetchAllAppsAsync, regionSearchAppsByKeywordsAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setOptionMenuAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startAppAsync, startBizServiceAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, thirdPartyAuthForAcAsync, tradePayAsync, uploadApdidTokenAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, hideOptionButtonAsync };
391
+ export { addFatigueAction, addFatigueActionAsync, addPhoneContact, addPhoneContactAsync, alert, alertAsync, apDisableJSAPI, apDisableJSAPIAsync, appxrpc, appxrpcAsync, APRegionRPC, APRegionRPCAsync, batchQueryCdpSpaceInfo, batchQueryCdpSpaceInfoAsync, chooseImage, chooseImageAsync, choosePhoneContact, choosePhoneContactAsync, clearStorage, clearStorageAsync, closeBluetoothAdapter, closeBluetoothAdapterAsync, closeSocket, closeSocketAsync, confirm, confirmAsync, connectBLEDevice, connectBLEDeviceAsync, connectSocket, connectSocketAsync, datePicker, datePickerAsync, disconnectBLEDevice, disconnectBLEDeviceAsync, downloadFile, downloadFileAsync, exitApp, exitAppAsync, getAppToken, getAppTokenAsync, getAuthCode, getAuthCodeAsync, getBatteryInfo, getBatteryInfoAsync, getBLEDeviceCharacteristics, getBLEDeviceCharacteristicsAsync, getBLEDeviceServices, getBLEDeviceServicesAsync, getBluetoothAdapterState, getBluetoothAdapterStateAsync, getBluetoothDevices, getBluetoothDevicesAsync, getClipboard, getClipboardAsync, getComponentAuth, getComponentAuthAsync, getConnectedBluetoothDevices, getConnectedBluetoothDevicesAsync, getFileInfo, getFileInfoAsync, getImageInfo, getImageInfoAsync, getLocation, getLocationAsync, getNetworkType, getNetworkTypeAsync, getOpenUserInfo, getOpenUserInfoAsync, getPaymentCode, getPaymentCodeAsync, getPhoneNumber, getPhoneNumberAsync, 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, inquireQuote, inquireQuoteAsync, isInstalledApp, isInstalledAppAsync, makePhoneCall, makePhoneCallAsync, multiLevelSelect, multiLevelSelectAsync, navigateBack, navigateBackAsync, navigateBackMiniProgram, navigateBackMiniProgramAsync, navigateTo, navigateToAsync, 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, openSchemeWithBacking, openSchemeWithBackingAsync, openSetting, openSettingAsync, pageScrollTo, pageScrollToAsync, paySignCenter, paySignCenterAsync, previewImage, previewImageAsync, prompt, promptAsync, readBLECharacteristicValue, readBLECharacteristicValueAsync, redirectTo, redirectToAsync, regionFetchAllApps, regionFetchAllAppsAsync, regionSearchAppsByKeywords, regionSearchAppsByKeywordsAsync, reLaunch, reLaunchAsync, removeSavedFile, removeSavedFileAsync, removeStorage, removeStorageAsync, request, requestAsync, rpc, rpcAsync, saveFile, saveFileAsync, saveImage, saveImageAsync, scan, scanAsync, sendSocketMessage, sendSocketMessageAsync, setBackgroundColor, setBackgroundColorAsync, setCanPullDown, setCanPullDownAsync, setClipboard, setClipboardAsync, setKeepScreenOn, setKeepScreenOnAsync, setNavigationBar, setNavigationBarAsync, setOptionMenu, setOptionMenuAsync, setScreenBrightness, setScreenBrightnessAsync, setStorage, setStorageAsync, setTabBarStyle, setTabBarStyleAsync, showActionSheet, showActionSheetAsync, showAuthGuide, showAuthGuideAsync, showLoading, showLoadingAsync, showNavigationBarLoading, showNavigationBarLoadingAsync, showToast, showToastAsync, signContract, signContractAsync, startApp, startAppAsync, startBizService, startBizServiceAsync, startBluetoothDevicesDiscovery, startBluetoothDevicesDiscoveryAsync, startPullDownRefresh, startPullDownRefreshAsync, stopBluetoothDevicesDiscovery, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefresh, stopPullDownRefreshAsync, switchTab, switchTabAsync, thirdPartyAuthForAc, thirdPartyAuthForAcAsync, tradePay, tradePayAsync, uploadApdidToken, uploadApdidTokenAsync, uploadFile, uploadFileAsync, vibrate, vibrateAsync, watchShake, watchShakeAsync, writeBLECharacteristicValue, writeBLECharacteristicValueAsync, showSharePanel, showSharePanelAsync, hideOptionButton, hideOptionButtonAsync, getAppId, getCurrentPages, getSDKVersion };