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
@@ -114,6 +114,7 @@ import { startPullDownRefresh, startPullDownRefreshAsync } from '../../../common
114
114
  import { stopBluetoothDevicesDiscovery, stopBluetoothDevicesDiscoveryAsync } from '../../../common/apis/generated/mp/stopBluetoothDevicesDiscovery';
115
115
  import { stopPullDownRefresh, stopPullDownRefreshAsync } from '../../../common/apis/generated/mp/stopPullDownRefresh';
116
116
  import { switchTab, switchTabAsync } from '../../../common/apis/generated/mp/switchTab';
117
+ import tradePay from './tradePay';
117
118
  import { crossPay, crossPayAsync } from '../../../common/apis/generated/mp/crossPay';
118
119
  import { uploadFile, uploadFileAsync } from '../../../common/apis/generated/mp/uploadFile';
119
120
  import { vibrate, vibrateAsync } from '../../../common/apis/generated/mp/vibrate';
@@ -124,61 +125,107 @@ import { createSelectorQuery } from '../../../common/apis/generated/mp/createSel
124
125
  import { canIUse } from '../../../common/apis/generated/mp/canIUse';
125
126
  import { getStorageInfoSync } from '../../../common/apis/generated/mp/getStorageInfoSync';
126
127
  import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
127
- import tradePay from './tradePay';
128
128
  export default {
129
129
  addPhoneContact: addPhoneContact,
130
+ addPhoneContactAsync: addPhoneContactAsync,
130
131
  alert: alert,
132
+ alertAsync: alertAsync,
131
133
  chooseImage: chooseImage,
134
+ chooseImageAsync: chooseImageAsync,
132
135
  choosePhoneContact: choosePhoneContact,
136
+ choosePhoneContactAsync: choosePhoneContactAsync,
133
137
  clearStorage: clearStorage,
138
+ clearStorageAsync: clearStorageAsync,
134
139
  clearStorageSync: clearStorageSync,
135
140
  closeBluetoothAdapter: closeBluetoothAdapter,
141
+ closeBluetoothAdapterAsync: closeBluetoothAdapterAsync,
136
142
  closeSocket: closeSocket,
143
+ closeSocketAsync: closeSocketAsync,
137
144
  confirm: confirm,
145
+ confirmAsync: confirmAsync,
138
146
  connectBLEDevice: connectBLEDevice,
147
+ connectBLEDeviceAsync: connectBLEDeviceAsync,
139
148
  connectSocket: connectSocket,
149
+ connectSocketAsync: connectSocketAsync,
140
150
  createAnimation: createAnimation,
141
151
  createWebViewContext: createWebViewContext,
142
152
  datePicker: datePicker,
153
+ datePickerAsync: datePickerAsync,
143
154
  disconnectBLEDevice: disconnectBLEDevice,
155
+ disconnectBLEDeviceAsync: disconnectBLEDeviceAsync,
144
156
  downloadFile: downloadFile,
157
+ downloadFileAsync: downloadFileAsync,
145
158
  getAppIdSync: getAppIdSync,
146
159
  getAuthCode: getAuthCode,
160
+ getAuthCodeAsync: getAuthCodeAsync,
147
161
  getBatteryInfo: getBatteryInfo,
162
+ getBatteryInfoAsync: getBatteryInfoAsync,
148
163
  getBLEDeviceCharacteristics: getBLEDeviceCharacteristics,
164
+ getBLEDeviceCharacteristicsAsync: getBLEDeviceCharacteristicsAsync,
149
165
  getBLEDeviceServices: getBLEDeviceServices,
166
+ getBLEDeviceServicesAsync: getBLEDeviceServicesAsync,
150
167
  getBluetoothAdapterState: getBluetoothAdapterState,
168
+ getBluetoothAdapterStateAsync: getBluetoothAdapterStateAsync,
151
169
  getBluetoothDevices: getBluetoothDevices,
170
+ getBluetoothDevicesAsync: getBluetoothDevicesAsync,
152
171
  getClipboard: getClipboard,
172
+ getClipboardAsync: getClipboardAsync,
153
173
  getConnectedBluetoothDevices: getConnectedBluetoothDevices,
174
+ getConnectedBluetoothDevicesAsync: getConnectedBluetoothDevicesAsync,
154
175
  getFileInfo: getFileInfo,
176
+ getFileInfoAsync: getFileInfoAsync,
155
177
  getImageInfo: getImageInfo,
178
+ getImageInfoAsync: getImageInfoAsync,
156
179
  getLocation: getLocation,
180
+ getLocationAsync: getLocationAsync,
157
181
  getNetworkType: getNetworkType,
182
+ getNetworkTypeAsync: getNetworkTypeAsync,
158
183
  getOpenUserInfo: getOpenUserInfo,
184
+ getOpenUserInfoAsync: getOpenUserInfoAsync,
159
185
  getSavedFileInfo: getSavedFileInfo,
186
+ getSavedFileInfoAsync: getSavedFileInfoAsync,
160
187
  getSavedFileList: getSavedFileList,
188
+ getSavedFileListAsync: getSavedFileListAsync,
161
189
  getScreenBrightness: getScreenBrightness,
190
+ getScreenBrightnessAsync: getScreenBrightnessAsync,
162
191
  getServerTime: getServerTime,
192
+ getServerTimeAsync: getServerTimeAsync,
163
193
  getSetting: getSetting,
194
+ getSettingAsync: getSettingAsync,
164
195
  getSiteInfo: getSiteInfo,
196
+ getSiteInfoAsync: getSiteInfoAsync,
165
197
  getStorage: getStorage,
198
+ getStorageAsync: getStorageAsync,
166
199
  getStorageSync: getStorageSync,
167
200
  getSystemInfo: getSystemInfo,
201
+ getSystemInfoAsync: getSystemInfoAsync,
168
202
  getSystemInfoSync: getSystemInfoSync,
169
203
  hideBackHome: hideBackHome,
204
+ hideBackHomeAsync: hideBackHomeAsync,
170
205
  hideKeyboard: hideKeyboard,
206
+ hideKeyboardAsync: hideKeyboardAsync,
171
207
  hideLoading: hideLoading,
208
+ hideLoadingAsync: hideLoadingAsync,
172
209
  hideNavigationBarLoading: hideNavigationBarLoading,
210
+ hideNavigationBarLoadingAsync: hideNavigationBarLoadingAsync,
173
211
  hideTabBar: hideTabBar,
212
+ hideTabBarAsync: hideTabBarAsync,
174
213
  hideToast: hideToast,
214
+ hideToastAsync: hideToastAsync,
175
215
  makePhoneCall: makePhoneCall,
216
+ makePhoneCallAsync: makePhoneCallAsync,
176
217
  multiLevelSelect: multiLevelSelect,
218
+ multiLevelSelectAsync: multiLevelSelectAsync,
177
219
  navigateBack: navigateBack,
220
+ navigateBackAsync: navigateBackAsync,
178
221
  navigateBackMiniProgram: navigateBackMiniProgram,
222
+ navigateBackMiniProgramAsync: navigateBackMiniProgramAsync,
179
223
  navigateTo: navigateTo,
224
+ navigateToAsync: navigateToAsync,
180
225
  navigateToMiniProgram: navigateToMiniProgram,
226
+ navigateToMiniProgramAsync: navigateToMiniProgramAsync,
181
227
  notifyBLECharacteristicValueChange: notifyBLECharacteristicValueChange,
228
+ notifyBLECharacteristicValueChangeAsync: notifyBLECharacteristicValueChangeAsync,
182
229
  offAccelerometerChange: offAccelerometerChange,
183
230
  offBLECharacteristicValueChange: offBLECharacteristicValueChange,
184
231
  offBLEConnectionStateChanged: offBLEConnectionStateChanged,
@@ -204,54 +251,95 @@ export default {
204
251
  onSocketOpen: onSocketOpen,
205
252
  onUserCaptureScreen: onUserCaptureScreen,
206
253
  openBluetoothAdapter: openBluetoothAdapter,
254
+ openBluetoothAdapterAsync: openBluetoothAdapterAsync,
207
255
  openDocument: openDocument,
256
+ openDocumentAsync: openDocumentAsync,
208
257
  openSetting: openSetting,
258
+ openSettingAsync: openSettingAsync,
209
259
  pageScrollTo: pageScrollTo,
260
+ pageScrollToAsync: pageScrollToAsync,
210
261
  previewImage: previewImage,
262
+ previewImageAsync: previewImageAsync,
211
263
  prompt: prompt,
264
+ promptAsync: promptAsync,
212
265
  readBLECharacteristicValue: readBLECharacteristicValue,
266
+ readBLECharacteristicValueAsync: readBLECharacteristicValueAsync,
213
267
  redirectTo: redirectTo,
268
+ redirectToAsync: redirectToAsync,
214
269
  reLaunch: reLaunch,
270
+ reLaunchAsync: reLaunchAsync,
215
271
  removeSavedFile: removeSavedFile,
272
+ removeSavedFileAsync: removeSavedFileAsync,
216
273
  removeStorage: removeStorage,
274
+ removeStorageAsync: removeStorageAsync,
217
275
  removeStorageSync: removeStorageSync,
218
276
  request: request,
277
+ requestAsync: requestAsync,
219
278
  rpc: rpc,
279
+ rpcAsync: rpcAsync,
220
280
  saveFile: saveFile,
281
+ saveFileAsync: saveFileAsync,
221
282
  saveImage: saveImage,
283
+ saveImageAsync: saveImageAsync,
222
284
  scan: scan,
285
+ scanAsync: scanAsync,
223
286
  sendSocketMessage: sendSocketMessage,
287
+ sendSocketMessageAsync: sendSocketMessageAsync,
224
288
  setBackgroundColor: setBackgroundColor,
289
+ setBackgroundColorAsync: setBackgroundColorAsync,
225
290
  setCanPullDown: setCanPullDown,
291
+ setCanPullDownAsync: setCanPullDownAsync,
226
292
  setClipboard: setClipboard,
293
+ setClipboardAsync: setClipboardAsync,
227
294
  setKeepScreenOn: setKeepScreenOn,
295
+ setKeepScreenOnAsync: setKeepScreenOnAsync,
228
296
  setNavigationBar: setNavigationBar,
297
+ setNavigationBarAsync: setNavigationBarAsync,
229
298
  setScreenBrightness: setScreenBrightness,
299
+ setScreenBrightnessAsync: setScreenBrightnessAsync,
230
300
  setStorage: setStorage,
301
+ setStorageAsync: setStorageAsync,
231
302
  setStorageSync: setStorageSync,
232
303
  setTabBarStyle: setTabBarStyle,
304
+ setTabBarStyleAsync: setTabBarStyleAsync,
233
305
  showActionSheet: showActionSheet,
306
+ showActionSheetAsync: showActionSheetAsync,
234
307
  showAuthGuide: showAuthGuide,
308
+ showAuthGuideAsync: showAuthGuideAsync,
235
309
  showLoading: showLoading,
310
+ showLoadingAsync: showLoadingAsync,
236
311
  showNavigationBarLoading: showNavigationBarLoading,
312
+ showNavigationBarLoadingAsync: showNavigationBarLoadingAsync,
237
313
  showToast: showToast,
314
+ showToastAsync: showToastAsync,
238
315
  signContract: signContract,
316
+ signContractAsync: signContractAsync,
239
317
  startBluetoothDevicesDiscovery: startBluetoothDevicesDiscovery,
318
+ startBluetoothDevicesDiscoveryAsync: startBluetoothDevicesDiscoveryAsync,
240
319
  startPullDownRefresh: startPullDownRefresh,
320
+ startPullDownRefreshAsync: startPullDownRefreshAsync,
241
321
  stopBluetoothDevicesDiscovery: stopBluetoothDevicesDiscovery,
322
+ stopBluetoothDevicesDiscoveryAsync: stopBluetoothDevicesDiscoveryAsync,
242
323
  stopPullDownRefresh: stopPullDownRefresh,
324
+ stopPullDownRefreshAsync: stopPullDownRefreshAsync,
243
325
  switchTab: switchTab,
326
+ switchTabAsync: switchTabAsync,
327
+ tradePay: tradePay,
244
328
  crossPay: crossPay,
329
+ crossPayAsync: crossPayAsync,
245
330
  uploadFile: uploadFile,
331
+ uploadFileAsync: uploadFileAsync,
246
332
  vibrate: vibrate,
333
+ vibrateAsync: vibrateAsync,
247
334
  watchShake: watchShake,
335
+ watchShakeAsync: watchShakeAsync,
248
336
  writeBLECharacteristicValue: writeBLECharacteristicValue,
337
+ writeBLECharacteristicValueAsync: writeBLECharacteristicValueAsync,
249
338
  getLaunchOptionsSync: getLaunchOptionsSync,
250
339
  createSelectorQuery: createSelectorQuery,
251
340
  canIUse: canIUse,
252
341
  getStorageInfoSync: getStorageInfoSync,
253
342
  showSharePanel: showSharePanel,
254
- tradePay: tradePay
343
+ showSharePanelAsync: showSharePanelAsync
255
344
  };
256
- export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, 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, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, getLaunchOptionsSync, createSelectorQuery, canIUse, getStorageInfoSync, showSharePanel, tradePay };
257
- export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, crossPayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync };
345
+ export { addPhoneContact, addPhoneContactAsync, alert, alertAsync, chooseImage, chooseImageAsync, choosePhoneContact, choosePhoneContactAsync, clearStorage, clearStorageAsync, clearStorageSync, closeBluetoothAdapter, closeBluetoothAdapterAsync, closeSocket, closeSocketAsync, confirm, confirmAsync, connectBLEDevice, connectBLEDeviceAsync, connectSocket, connectSocketAsync, createAnimation, createWebViewContext, datePicker, datePickerAsync, disconnectBLEDevice, disconnectBLEDeviceAsync, downloadFile, downloadFileAsync, getAppIdSync, 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, getStorageSync, getSystemInfo, getSystemInfoAsync, getSystemInfoSync, hideBackHome, hideBackHomeAsync, hideKeyboard, hideKeyboardAsync, hideLoading, hideLoadingAsync, hideNavigationBarLoading, hideNavigationBarLoadingAsync, hideTabBar, hideTabBarAsync, hideToast, hideToastAsync, 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, openSetting, openSettingAsync, pageScrollTo, pageScrollToAsync, previewImage, previewImageAsync, prompt, promptAsync, readBLECharacteristicValue, readBLECharacteristicValueAsync, redirectTo, redirectToAsync, reLaunch, reLaunchAsync, removeSavedFile, removeSavedFileAsync, removeStorage, removeStorageAsync, removeStorageSync, request, requestAsync, rpc, rpcAsync, saveFile, saveFileAsync, saveImage, saveImageAsync, scan, scanAsync, sendSocketMessage, sendSocketMessageAsync, setBackgroundColor, setBackgroundColorAsync, setCanPullDown, setCanPullDownAsync, setClipboard, setClipboardAsync, setKeepScreenOn, setKeepScreenOnAsync, setNavigationBar, setNavigationBarAsync, setScreenBrightness, setScreenBrightnessAsync, setStorage, setStorageAsync, setStorageSync, 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, crossPay, crossPayAsync, uploadFile, uploadFileAsync, vibrate, vibrateAsync, watchShake, watchShakeAsync, writeBLECharacteristicValue, writeBLECharacteristicValueAsync, getLaunchOptionsSync, createSelectorQuery, canIUse, getStorageInfoSync, showSharePanel, showSharePanelAsync };