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