hylid-bridge 4.0.8 → 4.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +144 -126
- package/canIUse.json +1 -1
- package/lib/bridges.d.ts +611 -442
- package/lib/bridges.js +1155 -694
- package/lib/clients/mp/demo/index.d.ts +2 -4
- package/lib/clients/mp/demo/index.js +2 -4
- package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/alipayhk/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseVideo.js +3 -0
- package/lib/clients/mp_web/alipayhk/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/compressImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/exitApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getRunScene.js +3 -0
- package/lib/clients/mp_web/alipayhk/index.d.ts +59 -2
- package/lib/clients/mp_web/alipayhk/index.js +18 -2
- package/lib/clients/mp_web/alipayhk/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/alipayhk/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showTabBar.js +3 -0
- package/lib/clients/mp_web/dana/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/dana/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseVideo.js +3 -0
- package/lib/clients/mp_web/dana/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/compressImage.js +3 -0
- package/lib/clients/mp_web/dana/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/dana/getRunScene.js +3 -0
- package/lib/clients/mp_web/dana/index.d.ts +57 -2
- package/lib/clients/mp_web/dana/index.js +16 -2
- package/lib/clients/mp_web/dana/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/dana/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/dana/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/showTabBar.js +3 -0
- package/lib/clients/mp_web/demo/index.d.ts +2 -4
- package/lib/clients/mp_web/demo/index.js +2 -4
- package/lib/clients/mp_web/gcash/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/gcash/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseVideo.js +3 -0
- package/lib/clients/mp_web/gcash/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/compressImage.js +3 -0
- package/lib/clients/mp_web/gcash/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getRunScene.js +3 -0
- package/lib/clients/mp_web/gcash/index.d.ts +57 -2
- package/lib/clients/mp_web/gcash/index.js +16 -2
- package/lib/clients/mp_web/gcash/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/gcash/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/gcash/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showTabBar.js +3 -0
- package/lib/clients/mp_web/mpay/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/mpay/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseVideo.js +3 -0
- package/lib/clients/mp_web/mpay/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/compressImage.js +3 -0
- package/lib/clients/mp_web/mpay/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/mpay/getAppId.js +1 -1
- package/lib/clients/mp_web/mpay/getAppToken.d.ts +1 -1
- package/lib/clients/mp_web/mpay/getAppToken.js +1 -1
- package/lib/clients/mp_web/mpay/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getRunScene.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +378 -4
- package/lib/clients/mp_web/mpay/index.js +234 -4
- package/lib/clients/mp_web/mpay/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/mpay/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/mpay/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tmn/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/tmn/alert.d.ts +2 -0
- package/lib/clients/mp_web/tmn/alert.js +3 -0
- package/lib/clients/mp_web/tmn/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/tmn/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseImage.js +3 -0
- package/lib/clients/mp_web/tmn/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tmn/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/tmn/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseVideo.js +3 -0
- package/lib/clients/mp_web/tmn/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/clearStorage.js +3 -0
- package/lib/clients/mp_web/tmn/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tmn/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tmn/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/tmn/closeSocket.js +3 -0
- package/lib/clients/mp_web/tmn/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/compressImage.js +3 -0
- package/lib/clients/mp_web/tmn/confirm.d.ts +2 -0
- package/lib/clients/mp_web/tmn/confirm.js +3 -0
- package/lib/clients/mp_web/tmn/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tmn/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tmn/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/tmn/connectSocket.js +3 -0
- package/lib/clients/mp_web/tmn/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/tmn/datePicker.js +3 -0
- package/lib/clients/mp_web/tmn/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tmn/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tmn/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/downloadFile.js +3 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/tmn/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/tmn/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tmn/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getClipboard.js +3 -0
- package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tmn/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getFileInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getImageInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getLocation.js +3 -0
- package/lib/clients/mp_web/tmn/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getNetworkType.js +3 -0
- package/lib/clients/mp_web/tmn/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getRunScene.js +3 -0
- package/lib/clients/mp_web/tmn/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/tmn/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tmn/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getServerTime.js +3 -0
- package/lib/clients/mp_web/tmn/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSetting.js +3 -0
- package/lib/clients/mp_web/tmn/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/tmn/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideBackHome.js +3 -0
- package/lib/clients/mp_web/tmn/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/tmn/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideLoading.js +3 -0
- package/lib/clients/mp_web/tmn/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tmn/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideToast.js +3 -0
- package/lib/clients/mp_web/tmn/index.d.ts +419 -0
- package/lib/clients/mp_web/tmn/index.js +253 -0
- package/lib/clients/mp_web/tmn/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tmn/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tmn/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tmn/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tmn/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateBack.js +3 -0
- package/lib/clients/mp_web/tmn/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tmn/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateTo.js +3 -0
- package/lib/clients/mp_web/tmn/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/tmn/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tmn/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tmn/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketError.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tmn/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tmn/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tmn/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tmn/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketError.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tmn/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tmn/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tmn/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openDocument.js +3 -0
- package/lib/clients/mp_web/tmn/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openSetting.js +3 -0
- package/lib/clients/mp_web/tmn/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/tmn/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/previewImage.js +3 -0
- package/lib/clients/mp_web/tmn/prompt.d.ts +2 -0
- package/lib/clients/mp_web/tmn/prompt.js +3 -0
- package/lib/clients/mp_web/tmn/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/tmn/reLaunch.js +3 -0
- package/lib/clients/mp_web/tmn/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tmn/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tmn/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/redirectTo.js +3 -0
- package/lib/clients/mp_web/tmn/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/tmn/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/removeStorage.js +3 -0
- package/lib/clients/mp_web/tmn/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/saveFile.js +3 -0
- package/lib/clients/mp_web/tmn/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/saveImage.js +3 -0
- package/lib/clients/mp_web/tmn/scan.d.ts +2 -0
- package/lib/clients/mp_web/tmn/scan.js +3 -0
- package/lib/clients/mp_web/tmn/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/tmn/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/tmn/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setClipboard.js +3 -0
- package/lib/clients/mp_web/tmn/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/tmn/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/tmn/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tmn/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/tmn/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/tmn/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showActionSheet.js +3 -0
- package/lib/clients/mp_web/tmn/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/tmn/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showLoading.js +3 -0
- package/lib/clients/mp_web/tmn/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tmn/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showSharePanel.js +3 -0
- package/lib/clients/mp_web/tmn/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/showToast.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showToast.js +3 -0
- package/lib/clients/mp_web/tmn/signContract.d.ts +2 -0
- package/lib/clients/mp_web/tmn/signContract.js +3 -0
- package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tmn/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tmn/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tmn/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tmn/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tmn/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/tmn/switchTab.js +3 -0
- package/lib/clients/mp_web/tmn/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/tmn/tradePay.js +3 -0
- package/lib/clients/mp_web/tmn/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/uploadFile.js +3 -0
- package/lib/clients/mp_web/tmn/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/tmn/vibrate.js +3 -0
- package/lib/clients/mp_web/tmn/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/tmn/watchShake.js +3 -0
- package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tngd/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/tngd/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseVideo.js +3 -0
- package/lib/clients/mp_web/tngd/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/compressImage.js +3 -0
- package/lib/clients/mp_web/tngd/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getRunScene.js +3 -0
- package/lib/clients/mp_web/tngd/index.d.ts +57 -2
- package/lib/clients/mp_web/tngd/index.js +16 -2
- package/lib/clients/mp_web/tngd/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/tngd/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/tngd/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showTabBar.js +3 -0
- package/lib/clients/mp_web/toss/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/toss/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/toss/alert.d.ts +2 -0
- package/lib/clients/mp_web/toss/alert.js +3 -0
- package/lib/clients/mp_web/toss/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/toss/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseImage.js +3 -0
- package/lib/clients/mp_web/toss/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/toss/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/toss/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseVideo.js +3 -0
- package/lib/clients/mp_web/toss/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/clearStorage.js +3 -0
- package/lib/clients/mp_web/toss/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/toss/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/toss/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/toss/closeSocket.js +3 -0
- package/lib/clients/mp_web/toss/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/compressImage.js +3 -0
- package/lib/clients/mp_web/toss/confirm.d.ts +2 -0
- package/lib/clients/mp_web/toss/confirm.js +3 -0
- package/lib/clients/mp_web/toss/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/toss/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/toss/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/toss/connectSocket.js +3 -0
- package/lib/clients/mp_web/toss/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/toss/datePicker.js +3 -0
- package/lib/clients/mp_web/toss/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/toss/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/toss/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/downloadFile.js +3 -0
- package/lib/clients/mp_web/toss/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/exitApp.js +3 -0
- package/lib/clients/mp_web/toss/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppToken.js +3 -0
- package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/toss/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/toss/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/toss/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/toss/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/toss/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/getClipboard.js +3 -0
- package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/toss/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getFileInfo.js +3 -0
- package/lib/clients/mp_web/toss/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getImageInfo.js +3 -0
- package/lib/clients/mp_web/toss/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/toss/getLocation.js +3 -0
- package/lib/clients/mp_web/toss/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/toss/getNetworkType.js +3 -0
- package/lib/clients/mp_web/toss/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/toss/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/toss/getRunScene.js +3 -0
- package/lib/clients/mp_web/toss/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/toss/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/toss/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/toss/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/toss/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/toss/getServerTime.js +3 -0
- package/lib/clients/mp_web/toss/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSetting.js +3 -0
- package/lib/clients/mp_web/toss/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/toss/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/toss/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideBackHome.js +3 -0
- package/lib/clients/mp_web/toss/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/toss/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideLoading.js +3 -0
- package/lib/clients/mp_web/toss/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/toss/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideTabBar.js +3 -0
- package/lib/clients/mp_web/toss/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideToast.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +385 -2
- package/lib/clients/mp_web/toss/index.js +238 -2
- package/lib/clients/mp_web/toss/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/toss/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/toss/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/toss/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/toss/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateBack.js +3 -0
- package/lib/clients/mp_web/toss/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/toss/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateTo.js +3 -0
- package/lib/clients/mp_web/toss/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/toss/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/toss/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/toss/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offCompassChange.js +3 -0
- package/lib/clients/mp_web/toss/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/toss/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/toss/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketClose.js +3 -0
- package/lib/clients/mp_web/toss/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketError.js +3 -0
- package/lib/clients/mp_web/toss/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/toss/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/toss/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/toss/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/toss/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/toss/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onCompassChange.js +3 -0
- package/lib/clients/mp_web/toss/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/toss/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/toss/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketClose.js +3 -0
- package/lib/clients/mp_web/toss/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketError.js +3 -0
- package/lib/clients/mp_web/toss/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/toss/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/toss/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/toss/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/toss/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/toss/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/toss/openDocument.js +3 -0
- package/lib/clients/mp_web/toss/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/toss/openSetting.js +3 -0
- package/lib/clients/mp_web/toss/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/toss/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/previewImage.js +3 -0
- package/lib/clients/mp_web/toss/prompt.d.ts +2 -0
- package/lib/clients/mp_web/toss/prompt.js +3 -0
- package/lib/clients/mp_web/toss/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/toss/reLaunch.js +3 -0
- package/lib/clients/mp_web/toss/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/toss/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/toss/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/redirectTo.js +3 -0
- package/lib/clients/mp_web/toss/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/toss/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/removeStorage.js +3 -0
- package/lib/clients/mp_web/toss/rpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpc.js +3 -0
- package/lib/clients/mp_web/toss/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/saveFile.js +3 -0
- package/lib/clients/mp_web/toss/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/saveImage.js +3 -0
- package/lib/clients/mp_web/toss/scan.d.ts +2 -0
- package/lib/clients/mp_web/toss/scan.js +3 -0
- package/lib/clients/mp_web/toss/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/toss/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/toss/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/toss/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/toss/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/setClipboard.js +3 -0
- package/lib/clients/mp_web/toss/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/toss/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/toss/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/toss/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/toss/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/toss/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/toss/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/toss/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/toss/showActionSheet.js +3 -0
- package/lib/clients/mp_web/toss/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/toss/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/toss/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/showLoading.js +3 -0
- package/lib/clients/mp_web/toss/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/toss/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/toss/showSharePanel.js +3 -0
- package/lib/clients/mp_web/toss/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/showTabBar.js +3 -0
- package/lib/clients/mp_web/toss/showToast.d.ts +2 -0
- package/lib/clients/mp_web/toss/showToast.js +3 -0
- package/lib/clients/mp_web/toss/signContract.d.ts +2 -0
- package/lib/clients/mp_web/toss/signContract.js +3 -0
- package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/toss/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/toss/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/toss/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/toss/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/toss/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/toss/switchTab.js +3 -0
- package/lib/clients/mp_web/toss/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/toss/tradePay.js +3 -0
- package/lib/clients/mp_web/toss/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/uploadFile.js +3 -0
- package/lib/clients/mp_web/toss/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/toss/vibrate.js +3 -0
- package/lib/clients/mp_web/toss/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/toss/watchShake.js +3 -0
- package/lib/clients/mp_web/toss/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/toss/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/web/alipay/chooseFileFromDisk.js +3 -0
- package/lib/clients/web/alipay/chooseVideo.d.ts +2 -0
- package/lib/clients/web/alipay/chooseVideo.js +3 -0
- package/lib/clients/web/alipay/compressImage.d.ts +2 -0
- package/lib/clients/web/alipay/compressImage.js +3 -0
- package/lib/clients/web/alipay/getRunScene.d.ts +2 -0
- package/lib/clients/web/alipay/getRunScene.js +3 -0
- package/lib/clients/web/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/web/alipay/hideBackHome.js +3 -0
- package/lib/clients/web/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/web/alipay/hideTabBar.js +3 -0
- package/lib/clients/web/alipay/index.d.ts +73 -4
- package/lib/clients/web/alipay/index.js +37 -5
- package/lib/clients/web/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/web/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/web/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/web/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/web/alipay/setCanPullDown.js +3 -0
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/web/alipay/setOptionMenu.js +3 -0
- package/lib/clients/web/alipay/setTabBarItem.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarItem.js +3 -0
- package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/web/alipay/showTabBar.d.ts +2 -0
- package/lib/clients/web/alipay/showTabBar.js +3 -0
- package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/web/alipay/watchShake.d.ts +2 -0
- package/lib/clients/web/alipay/watchShake.js +3 -0
- package/lib/clients/web/demo/index.d.ts +2 -4
- package/lib/clients/web/demo/index.js +2 -4
- package/lib/clients/web/h5/index.d.ts +7 -1
- package/lib/common/apis/custom/mp_web/mpay/getAppId.d.ts +4 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppId.js +4 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +2 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppToken.js +166 -0
- package/lib/common/apis/custom/web/getAppId.js +2 -1
- package/lib/common/apis/custom/web/h5/getStorage.js +3 -1
- package/lib/common/apis/custom/web/hideBackHome.d.ts +3 -0
- package/lib/common/apis/custom/web/hideBackHome.js +7 -0
- package/lib/common/apis/custom/web/hideTabBar.d.ts +3 -0
- package/lib/common/apis/custom/web/hideTabBar.js +17 -0
- package/lib/common/apis/custom/web/onUserCaptureScreen.d.ts +3 -0
- package/lib/common/apis/custom/web/onUserCaptureScreen.js +5 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.js +12 -2
- package/lib/common/apis/custom/web/setTabBarItem.d.ts +3 -0
- package/lib/common/apis/custom/web/setTabBarItem.js +17 -0
- package/lib/common/apis/custom/web/showTabBar.d.ts +3 -0
- package/lib/common/apis/custom/web/showTabBar.js +17 -0
- package/lib/common/apis/custom/web/uploadFile.js +1 -1
- package/lib/common/apis/generated/mp_web/chooseFileFromDisk.d.ts +16 -0
- package/lib/common/apis/generated/mp_web/chooseFileFromDisk.js +8 -0
- package/lib/common/apis/generated/mp_web/chooseVideo.d.ts +34 -0
- package/lib/common/apis/generated/mp_web/chooseVideo.js +8 -0
- package/lib/common/apis/generated/mp_web/compressImage.d.ts +23 -0
- package/lib/common/apis/generated/mp_web/compressImage.js +8 -0
- package/lib/common/apis/generated/mp_web/getRunScene.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getRunScene.js +8 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +14 -2
- package/lib/common/apis/generated/mp_web/setTabBarItem.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/setTabBarItem.js +8 -0
- package/lib/common/apis/generated/mp_web/showTabBar.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/showTabBar.js +8 -0
- package/lib/common/apis/generated/web/chooseFileFromDisk.d.ts +16 -0
- package/lib/common/apis/generated/web/chooseFileFromDisk.js +8 -0
- package/lib/common/apis/generated/web/chooseVideo.d.ts +34 -0
- package/lib/common/apis/generated/web/chooseVideo.js +8 -0
- package/lib/common/apis/generated/web/compressImage.d.ts +23 -0
- package/lib/common/apis/generated/web/compressImage.js +8 -0
- package/lib/common/apis/generated/web/getRunScene.d.ts +9 -0
- package/lib/common/apis/generated/web/getRunScene.js +8 -0
- package/lib/common/apis/generated/web/navigateToBizScene.d.ts +14 -2
- package/lib/common/apis/generated/web/setBackgroundColor.d.ts +9 -0
- package/lib/common/apis/generated/web/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/web/setCanPullDown.d.ts +13 -0
- package/lib/common/apis/generated/web/setCanPullDown.js +14 -0
- package/lib/common/apis/generated/web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/web/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/web/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/web/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/web/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/web/watchShake.js +14 -0
- package/lib/dsl.d.ts +444 -446
- package/lib/dsl.js +557 -576
- package/lib/umd/index.js +1 -1
- package/lib/umd/mp_web_alipay.js +1 -1
- package/lib/umd/mp_web_alipayhk.js +1 -1
- package/lib/umd/mp_web_chope.js +1 -1
- package/lib/umd/mp_web_dana.js +1 -1
- package/lib/umd/mp_web_demo.js +1 -1
- package/lib/umd/mp_web_gcash.js +1 -1
- package/lib/umd/mp_web_mpay.js +2 -1
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_tmn.js +1 -0
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +1 -1
- package/lib/umd/web_alipay.js +1 -1
- package/lib/umd/web_demo.js +1 -1
- package/lib/umd/web_h5.js +1 -1
- package/package.json +18 -9
- package/lib/clients/mp/demo/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp/demo/navigateToBizScene.js +0 -3
- package/lib/clients/mp_web/truemoney/index.d.ts +0 -364
- package/lib/clients/mp_web/truemoney/index.js +0 -239
- package/lib/clients/web/demo/navigateToBizScene.d.ts +0 -2
- package/lib/clients/web/demo/navigateToBizScene.js +0 -3
- package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +0 -3
- package/lib/common/apis/generated/mp/navigateToBizScene.js +0 -8
- package/lib/umd/mp_web_truemoney.js +0 -1
- /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/alert.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/alert.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/canIUse.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/canIUse.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/chooseImage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/chooseImage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeSocket.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeSocket.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/confirm.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/confirm.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectSocket.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectSocket.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createAnimation.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createAnimation.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/datePicker.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/datePicker.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/downloadFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/downloadFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getClipboard.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getClipboard.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getLocation.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getLocation.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getServerTime.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getServerTime.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSetting.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSetting.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideToast.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideToast.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/index.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/index.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBack.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBack.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateTo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateTo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketError.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketError.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketError.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketError.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openDocument.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openDocument.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openSetting.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openSetting.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/previewImage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/previewImage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/prompt.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/prompt.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/reLaunch.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/reLaunch.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/redirectTo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/redirectTo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/request.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/request.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveImage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveImage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/scan.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/scan.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setClipboard.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setClipboard.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showToast.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showToast.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/signContract.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/signContract.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/switchTab.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/switchTab.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/tradePay.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/tradePay.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/uploadFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/uploadFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/vibrate.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/vibrate.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/watchShake.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/watchShake.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.d.ts +0 -0
- /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/alert.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/alert.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/confirm.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/confirm.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/prompt.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/prompt.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/scan.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/scan.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showToast.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showToast.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/signContract.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/signContract.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/request.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/request.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.js +0 -0
package/lib/dsl.d.ts
CHANGED
|
@@ -22,8 +22,8 @@ export declare const addFatigueActionAsync: (args?: import("@hylid/call/lib/prom
|
|
|
22
22
|
* @support
|
|
23
23
|
* | Platform | Apps |
|
|
24
24
|
* | ------------- | -------- |
|
|
25
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
26
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
25
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
26
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
27
27
|
* | web | demo,alipay |
|
|
28
28
|
*/
|
|
29
29
|
export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
|
|
@@ -32,8 +32,8 @@ export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
|
|
|
32
32
|
* @support
|
|
33
33
|
* | Platform | Apps |
|
|
34
34
|
* | ------------- | -------- |
|
|
35
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
36
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
35
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
36
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
37
37
|
* | web | demo,alipay |
|
|
38
38
|
*/
|
|
39
39
|
export declare const addPhoneContactAsync: (args?: Partial<AddPhoneContactArgs> | undefined) => Promise<{
|
|
@@ -44,8 +44,8 @@ export declare const addPhoneContactAsync: (args?: Partial<AddPhoneContactArgs>
|
|
|
44
44
|
* @support
|
|
45
45
|
* | Platform | Apps |
|
|
46
46
|
* | ------------- | -------- |
|
|
47
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
48
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
47
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
48
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
49
49
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
50
50
|
*/
|
|
51
51
|
export declare const alert: PickMPAttr<'alert'>;
|
|
@@ -54,8 +54,8 @@ export declare const alert: PickMPAttr<'alert'>;
|
|
|
54
54
|
* @support
|
|
55
55
|
* | Platform | Apps |
|
|
56
56
|
* | ------------- | -------- |
|
|
57
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
58
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
57
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
58
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
59
59
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
60
60
|
*/
|
|
61
61
|
export declare const alertAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -136,8 +136,8 @@ export declare const batchQueryCdpSpaceInfoAsync: (args?: any) => Promise<unknow
|
|
|
136
136
|
* @support
|
|
137
137
|
* | Platform | Apps |
|
|
138
138
|
* | ------------- | -------- |
|
|
139
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
140
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
139
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
140
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
141
141
|
* | web | demo,alipay |
|
|
142
142
|
*/
|
|
143
143
|
export declare const chooseImage: PickMPAttr<'chooseImage'>;
|
|
@@ -146,8 +146,8 @@ export declare const chooseImage: PickMPAttr<'chooseImage'>;
|
|
|
146
146
|
* @support
|
|
147
147
|
* | Platform | Apps |
|
|
148
148
|
* | ------------- | -------- |
|
|
149
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
150
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
149
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
150
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
151
151
|
* | web | demo,alipay |
|
|
152
152
|
*/
|
|
153
153
|
export declare const chooseImageAsync: (args?: ChooseImageArgs | undefined) => Promise<{
|
|
@@ -158,8 +158,8 @@ export declare const chooseImageAsync: (args?: ChooseImageArgs | undefined) => P
|
|
|
158
158
|
* @support
|
|
159
159
|
* | Platform | Apps |
|
|
160
160
|
* | ------------- | -------- |
|
|
161
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
162
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
161
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
162
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
163
163
|
* | web | demo,alipay |
|
|
164
164
|
*/
|
|
165
165
|
export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
|
|
@@ -168,8 +168,8 @@ export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
|
|
|
168
168
|
* @support
|
|
169
169
|
* | Platform | Apps |
|
|
170
170
|
* | ------------- | -------- |
|
|
171
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
172
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
171
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
172
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
173
173
|
* | web | demo,alipay |
|
|
174
174
|
*/
|
|
175
175
|
export declare const choosePhoneContactAsync: (args?: ChoosePhoneContactArgs | undefined) => Promise<ChoosePhoneContactCallbackValue>;
|
|
@@ -178,8 +178,8 @@ export declare const choosePhoneContactAsync: (args?: ChoosePhoneContactArgs | u
|
|
|
178
178
|
* @support
|
|
179
179
|
* | Platform | Apps |
|
|
180
180
|
* | ------------- | -------- |
|
|
181
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
182
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
181
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
182
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
183
183
|
* | web | demo,alipay,h5 |
|
|
184
184
|
*/
|
|
185
185
|
export declare const clearStorage: PickMPAttr<'clearStorage'>;
|
|
@@ -188,8 +188,8 @@ export declare const clearStorage: PickMPAttr<'clearStorage'>;
|
|
|
188
188
|
* @support
|
|
189
189
|
* | Platform | Apps |
|
|
190
190
|
* | ------------- | -------- |
|
|
191
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
192
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
191
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
192
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
193
193
|
* | web | demo,alipay,h5 |
|
|
194
194
|
*/
|
|
195
195
|
export declare const clearStorageAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -198,7 +198,7 @@ export declare const clearStorageAsync: (args?: import("@hylid/call/lib/promisif
|
|
|
198
198
|
* @support
|
|
199
199
|
* | Platform | Apps |
|
|
200
200
|
* | ------------- | -------- |
|
|
201
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
201
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
202
202
|
* | web | h5 |
|
|
203
203
|
*/
|
|
204
204
|
export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
|
|
@@ -207,8 +207,8 @@ export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
|
|
|
207
207
|
* @support
|
|
208
208
|
* | Platform | Apps |
|
|
209
209
|
* | ------------- | -------- |
|
|
210
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
211
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
210
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
211
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
212
212
|
* | web | |
|
|
213
213
|
*/
|
|
214
214
|
export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
|
|
@@ -217,8 +217,8 @@ export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
|
|
|
217
217
|
* @support
|
|
218
218
|
* | Platform | Apps |
|
|
219
219
|
* | ------------- | -------- |
|
|
220
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
221
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
220
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
221
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
222
222
|
* | web | |
|
|
223
223
|
*/
|
|
224
224
|
export declare const closeBluetoothAdapterAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -227,8 +227,8 @@ export declare const closeBluetoothAdapterAsync: (args?: import("@hylid/call/lib
|
|
|
227
227
|
* @support
|
|
228
228
|
* | Platform | Apps |
|
|
229
229
|
* | ------------- | -------- |
|
|
230
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
231
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
230
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
231
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
232
232
|
* | web | |
|
|
233
233
|
*/
|
|
234
234
|
export declare const closeSocket: PickMPAttr<'closeSocket'>;
|
|
@@ -237,8 +237,8 @@ export declare const closeSocket: PickMPAttr<'closeSocket'>;
|
|
|
237
237
|
* @support
|
|
238
238
|
* | Platform | Apps |
|
|
239
239
|
* | ------------- | -------- |
|
|
240
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
241
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
240
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
241
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
242
242
|
* | web | |
|
|
243
243
|
*/
|
|
244
244
|
export declare const closeSocketAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -247,8 +247,8 @@ export declare const closeSocketAsync: (args?: import("@hylid/call/lib/promisify
|
|
|
247
247
|
* @support
|
|
248
248
|
* | Platform | Apps |
|
|
249
249
|
* | ------------- | -------- |
|
|
250
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
251
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
250
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
251
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
252
252
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
253
253
|
*/
|
|
254
254
|
export declare const confirm: PickMPAttr<'confirm'>;
|
|
@@ -257,8 +257,8 @@ export declare const confirm: PickMPAttr<'confirm'>;
|
|
|
257
257
|
* @support
|
|
258
258
|
* | Platform | Apps |
|
|
259
259
|
* | ------------- | -------- |
|
|
260
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
261
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
260
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
261
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
262
262
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
263
263
|
*/
|
|
264
264
|
export declare const confirmAsync: (args?: ConfirmArgs | undefined) => Promise<ConfirmCallbackValue>;
|
|
@@ -267,8 +267,8 @@ export declare const confirmAsync: (args?: ConfirmArgs | undefined) => Promise<C
|
|
|
267
267
|
* @support
|
|
268
268
|
* | Platform | Apps |
|
|
269
269
|
* | ------------- | -------- |
|
|
270
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
271
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
270
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
271
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
272
272
|
* | web | |
|
|
273
273
|
*/
|
|
274
274
|
export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
|
|
@@ -277,8 +277,8 @@ export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
|
|
|
277
277
|
* @support
|
|
278
278
|
* | Platform | Apps |
|
|
279
279
|
* | ------------- | -------- |
|
|
280
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
281
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
280
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
281
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
282
282
|
* | web | |
|
|
283
283
|
*/
|
|
284
284
|
export declare const connectBLEDeviceAsync: (args?: ({
|
|
@@ -289,8 +289,8 @@ export declare const connectBLEDeviceAsync: (args?: ({
|
|
|
289
289
|
* @support
|
|
290
290
|
* | Platform | Apps |
|
|
291
291
|
* | ------------- | -------- |
|
|
292
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
293
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
292
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
293
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
294
294
|
* | web | |
|
|
295
295
|
*/
|
|
296
296
|
export declare const connectSocket: PickMPAttr<'connectSocket'>;
|
|
@@ -299,8 +299,8 @@ export declare const connectSocket: PickMPAttr<'connectSocket'>;
|
|
|
299
299
|
* @support
|
|
300
300
|
* | Platform | Apps |
|
|
301
301
|
* | ------------- | -------- |
|
|
302
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
303
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
302
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
303
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
304
304
|
* | web | |
|
|
305
305
|
*/
|
|
306
306
|
export declare const connectSocketAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -309,7 +309,7 @@ export declare const connectSocketAsync: (args?: import("@hylid/call/lib/promisi
|
|
|
309
309
|
* @support
|
|
310
310
|
* | Platform | Apps |
|
|
311
311
|
* | ------------- | -------- |
|
|
312
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
312
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
313
313
|
* | web | |
|
|
314
314
|
*/
|
|
315
315
|
export declare const createAnimation: PickMPAttr<'createAnimation'>;
|
|
@@ -318,7 +318,7 @@ export declare const createAnimation: PickMPAttr<'createAnimation'>;
|
|
|
318
318
|
* @support
|
|
319
319
|
* | Platform | Apps |
|
|
320
320
|
* | ------------- | -------- |
|
|
321
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
321
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
322
322
|
* | web | |
|
|
323
323
|
*/
|
|
324
324
|
export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
|
|
@@ -327,8 +327,8 @@ export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
|
|
|
327
327
|
* @support
|
|
328
328
|
* | Platform | Apps |
|
|
329
329
|
* | ------------- | -------- |
|
|
330
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
331
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
330
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
331
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
332
332
|
* | web | demo,alipay |
|
|
333
333
|
*/
|
|
334
334
|
export declare const datePicker: PickMPAttr<'datePicker'>;
|
|
@@ -337,8 +337,8 @@ export declare const datePicker: PickMPAttr<'datePicker'>;
|
|
|
337
337
|
* @support
|
|
338
338
|
* | Platform | Apps |
|
|
339
339
|
* | ------------- | -------- |
|
|
340
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
341
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
340
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
341
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
342
342
|
* | web | demo,alipay |
|
|
343
343
|
*/
|
|
344
344
|
export declare const datePickerAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -347,8 +347,8 @@ export declare const datePickerAsync: (args?: import("@hylid/call/lib/promisify"
|
|
|
347
347
|
* @support
|
|
348
348
|
* | Platform | Apps |
|
|
349
349
|
* | ------------- | -------- |
|
|
350
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
351
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
350
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
351
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
352
352
|
* | web | |
|
|
353
353
|
*/
|
|
354
354
|
export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
|
|
@@ -357,8 +357,8 @@ export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
|
|
|
357
357
|
* @support
|
|
358
358
|
* | Platform | Apps |
|
|
359
359
|
* | ------------- | -------- |
|
|
360
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
361
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
360
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
361
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
362
362
|
* | web | |
|
|
363
363
|
*/
|
|
364
364
|
export declare const disconnectBLEDeviceAsync: (args?: ({
|
|
@@ -369,8 +369,8 @@ export declare const disconnectBLEDeviceAsync: (args?: ({
|
|
|
369
369
|
* @support
|
|
370
370
|
* | Platform | Apps |
|
|
371
371
|
* | ------------- | -------- |
|
|
372
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
373
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
372
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
373
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
374
374
|
* | web | demo,alipay |
|
|
375
375
|
*/
|
|
376
376
|
export declare const downloadFile: PickMPAttr<'downloadFile'>;
|
|
@@ -379,8 +379,8 @@ export declare const downloadFile: PickMPAttr<'downloadFile'>;
|
|
|
379
379
|
* @support
|
|
380
380
|
* | Platform | Apps |
|
|
381
381
|
* | ------------- | -------- |
|
|
382
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
383
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
382
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
383
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
384
384
|
* | web | demo,alipay |
|
|
385
385
|
*/
|
|
386
386
|
export declare const downloadFileAsync: (args?: DownloadFileArgs | undefined) => Promise<{
|
|
@@ -391,7 +391,7 @@ export declare const downloadFileAsync: (args?: DownloadFileArgs | undefined) =>
|
|
|
391
391
|
* | Platform | Apps |
|
|
392
392
|
* | ------------- | -------- |
|
|
393
393
|
* | mp | demo |
|
|
394
|
-
* | mp_web | demo |
|
|
394
|
+
* | mp_web | demo,toss,alipayhk |
|
|
395
395
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
396
396
|
*/
|
|
397
397
|
export declare const exitApp: PickMPAttr<'exitApp'>;
|
|
@@ -400,7 +400,7 @@ export declare const exitApp: PickMPAttr<'exitApp'>;
|
|
|
400
400
|
* | Platform | Apps |
|
|
401
401
|
* | ------------- | -------- |
|
|
402
402
|
* | mp | demo |
|
|
403
|
-
* | mp_web | demo |
|
|
403
|
+
* | mp_web | demo,toss,alipayhk |
|
|
404
404
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
405
405
|
*/
|
|
406
406
|
export declare const exitAppAsync: (args?: any) => Promise<unknown>;
|
|
@@ -409,7 +409,7 @@ export declare const exitAppAsync: (args?: any) => Promise<unknown>;
|
|
|
409
409
|
* @support
|
|
410
410
|
* | Platform | Apps |
|
|
411
411
|
* | ------------- | -------- |
|
|
412
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
412
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
413
413
|
*/
|
|
414
414
|
export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
|
|
415
415
|
/**
|
|
@@ -417,7 +417,7 @@ export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
|
|
|
417
417
|
* | Platform | Apps |
|
|
418
418
|
* | ------------- | -------- |
|
|
419
419
|
* | mp | demo |
|
|
420
|
-
* | mp_web | demo,alipayhk,dana,gcash,mpay,
|
|
420
|
+
* | mp_web | demo,alipayhk,dana,gcash,mpay,tmn,tngd,toss |
|
|
421
421
|
* | web | demo,alipay |
|
|
422
422
|
*/
|
|
423
423
|
export declare const getAppToken: PickMPAttr<'getAppToken'>;
|
|
@@ -426,7 +426,7 @@ export declare const getAppToken: PickMPAttr<'getAppToken'>;
|
|
|
426
426
|
* | Platform | Apps |
|
|
427
427
|
* | ------------- | -------- |
|
|
428
428
|
* | mp | demo |
|
|
429
|
-
* | mp_web | demo,alipayhk,dana,gcash,mpay,
|
|
429
|
+
* | mp_web | demo,alipayhk,dana,gcash,mpay,tmn,tngd,toss |
|
|
430
430
|
* | web | demo,alipay |
|
|
431
431
|
*/
|
|
432
432
|
export declare const getAppTokenAsync: (args?: any) => Promise<unknown>;
|
|
@@ -435,8 +435,8 @@ export declare const getAppTokenAsync: (args?: any) => Promise<unknown>;
|
|
|
435
435
|
* @support
|
|
436
436
|
* | Platform | Apps |
|
|
437
437
|
* | ------------- | -------- |
|
|
438
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
439
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
438
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
439
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
440
440
|
* | web | demo,alipay |
|
|
441
441
|
*/
|
|
442
442
|
export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
|
|
@@ -445,8 +445,8 @@ export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
|
|
|
445
445
|
* @support
|
|
446
446
|
* | Platform | Apps |
|
|
447
447
|
* | ------------- | -------- |
|
|
448
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
449
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
448
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
449
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
450
450
|
* | web | demo,alipay |
|
|
451
451
|
*/
|
|
452
452
|
export declare const getAuthCodeAsync: (args?: ({
|
|
@@ -458,8 +458,8 @@ export declare const getAuthCodeAsync: (args?: ({
|
|
|
458
458
|
* @support
|
|
459
459
|
* | Platform | Apps |
|
|
460
460
|
* | ------------- | -------- |
|
|
461
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
462
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
461
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
462
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
463
463
|
* | web | demo,alipay |
|
|
464
464
|
*/
|
|
465
465
|
export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
|
|
@@ -468,8 +468,8 @@ export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
|
|
|
468
468
|
* @support
|
|
469
469
|
* | Platform | Apps |
|
|
470
470
|
* | ------------- | -------- |
|
|
471
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
472
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
471
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
472
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
473
473
|
* | web | demo,alipay |
|
|
474
474
|
*/
|
|
475
475
|
export declare const getBatteryInfoAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -478,8 +478,8 @@ export declare const getBatteryInfoAsync: (args?: import("@hylid/call/lib/promis
|
|
|
478
478
|
* @support
|
|
479
479
|
* | Platform | Apps |
|
|
480
480
|
* | ------------- | -------- |
|
|
481
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
482
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
481
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
482
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
483
483
|
* | web | |
|
|
484
484
|
*/
|
|
485
485
|
export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharacteristics'>;
|
|
@@ -488,8 +488,8 @@ export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharac
|
|
|
488
488
|
* @support
|
|
489
489
|
* | Platform | Apps |
|
|
490
490
|
* | ------------- | -------- |
|
|
491
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
492
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
491
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
492
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
493
493
|
* | web | |
|
|
494
494
|
*/
|
|
495
495
|
export declare const getBLEDeviceCharacteristicsAsync: (args?: ({
|
|
@@ -525,8 +525,8 @@ export declare const getBLEDeviceCharacteristicsAsync: (args?: ({
|
|
|
525
525
|
* @support
|
|
526
526
|
* | Platform | Apps |
|
|
527
527
|
* | ------------- | -------- |
|
|
528
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
529
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
528
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
529
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
530
530
|
* | web | |
|
|
531
531
|
*/
|
|
532
532
|
export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
|
|
@@ -535,12 +535,20 @@ export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
|
|
|
535
535
|
* @support
|
|
536
536
|
* | Platform | Apps |
|
|
537
537
|
* | ------------- | -------- |
|
|
538
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
539
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
538
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
539
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
540
540
|
* | web | |
|
|
541
541
|
*/
|
|
542
542
|
export declare const getBLEDeviceServicesAsync: (args?: ({
|
|
543
|
-
deviceId: string;
|
|
543
|
+
deviceId: string; /**
|
|
544
|
+
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
|
|
545
|
+
* @support
|
|
546
|
+
* | Platform | Apps |
|
|
547
|
+
* | ------------- | -------- |
|
|
548
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
549
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
550
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
551
|
+
*/
|
|
544
552
|
} & AsyncCallback<{
|
|
545
553
|
services: {
|
|
546
554
|
isPrimary: boolean;
|
|
@@ -557,8 +565,8 @@ export declare const getBLEDeviceServicesAsync: (args?: ({
|
|
|
557
565
|
* @support
|
|
558
566
|
* | Platform | Apps |
|
|
559
567
|
* | ------------- | -------- |
|
|
560
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
561
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
568
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
569
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
562
570
|
* | web | |
|
|
563
571
|
*/
|
|
564
572
|
export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
|
|
@@ -567,8 +575,8 @@ export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterSt
|
|
|
567
575
|
* @support
|
|
568
576
|
* | Platform | Apps |
|
|
569
577
|
* | ------------- | -------- |
|
|
570
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
571
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
578
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
579
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
572
580
|
* | web | |
|
|
573
581
|
*/
|
|
574
582
|
export declare const getBluetoothAdapterStateAsync: (args?: AsyncCallback<{
|
|
@@ -583,8 +591,8 @@ export declare const getBluetoothAdapterStateAsync: (args?: AsyncCallback<{
|
|
|
583
591
|
* @support
|
|
584
592
|
* | Platform | Apps |
|
|
585
593
|
* | ------------- | -------- |
|
|
586
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
587
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
594
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
595
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
588
596
|
* | web | |
|
|
589
597
|
*/
|
|
590
598
|
export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
|
|
@@ -593,8 +601,8 @@ export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
|
|
|
593
601
|
* @support
|
|
594
602
|
* | Platform | Apps |
|
|
595
603
|
* | ------------- | -------- |
|
|
596
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
597
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
604
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
605
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
598
606
|
* | web | |
|
|
599
607
|
*/
|
|
600
608
|
export declare const getBluetoothDevicesAsync: (args?: AsyncCallback<{
|
|
@@ -607,8 +615,8 @@ export declare const getBluetoothDevicesAsync: (args?: AsyncCallback<{
|
|
|
607
615
|
* @support
|
|
608
616
|
* | Platform | Apps |
|
|
609
617
|
* | ------------- | -------- |
|
|
610
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
611
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
618
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
619
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
612
620
|
* | web | demo,alipay,h5 |
|
|
613
621
|
*/
|
|
614
622
|
export declare const getClipboard: PickMPAttr<'getClipboard'>;
|
|
@@ -617,8 +625,8 @@ export declare const getClipboard: PickMPAttr<'getClipboard'>;
|
|
|
617
625
|
* @support
|
|
618
626
|
* | Platform | Apps |
|
|
619
627
|
* | ------------- | -------- |
|
|
620
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
621
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
628
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
629
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
622
630
|
* | web | demo,alipay,h5 |
|
|
623
631
|
*/
|
|
624
632
|
export declare const getClipboardAsync: (args?: GetClipboardArgs | undefined) => Promise<{
|
|
@@ -647,8 +655,8 @@ export declare const getComponentAuthAsync: (args?: any) => Promise<unknown>;
|
|
|
647
655
|
* @support
|
|
648
656
|
* | Platform | Apps |
|
|
649
657
|
* | ------------- | -------- |
|
|
650
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
651
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
658
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
659
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
652
660
|
* | web | |
|
|
653
661
|
*/
|
|
654
662
|
export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
|
|
@@ -657,8 +665,8 @@ export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluet
|
|
|
657
665
|
* @support
|
|
658
666
|
* | Platform | Apps |
|
|
659
667
|
* | ------------- | -------- |
|
|
660
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
661
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
668
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
669
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
662
670
|
* | web | |
|
|
663
671
|
*/
|
|
664
672
|
export declare const getConnectedBluetoothDevicesAsync: (args?: ({
|
|
@@ -669,8 +677,8 @@ export declare const getConnectedBluetoothDevicesAsync: (args?: ({
|
|
|
669
677
|
* @support
|
|
670
678
|
* | Platform | Apps |
|
|
671
679
|
* | ------------- | -------- |
|
|
672
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
673
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
680
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
681
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
674
682
|
* | web | demo,alipay |
|
|
675
683
|
*/
|
|
676
684
|
export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
|
|
@@ -679,8 +687,8 @@ export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
|
|
|
679
687
|
* @support
|
|
680
688
|
* | Platform | Apps |
|
|
681
689
|
* | ------------- | -------- |
|
|
682
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
683
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
690
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
691
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
684
692
|
* | web | demo,alipay |
|
|
685
693
|
*/
|
|
686
694
|
export declare const getFileInfoAsync: (args?: GetFileArgs | undefined) => Promise<{
|
|
@@ -692,8 +700,8 @@ export declare const getFileInfoAsync: (args?: GetFileArgs | undefined) => Promi
|
|
|
692
700
|
* @support
|
|
693
701
|
* | Platform | Apps |
|
|
694
702
|
* | ------------- | -------- |
|
|
695
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
696
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
703
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
704
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
697
705
|
* | web | demo,alipay |
|
|
698
706
|
*/
|
|
699
707
|
export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
|
|
@@ -702,8 +710,8 @@ export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
|
|
|
702
710
|
* @support
|
|
703
711
|
* | Platform | Apps |
|
|
704
712
|
* | ------------- | -------- |
|
|
705
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
706
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
713
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
714
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
707
715
|
* | web | demo,alipay |
|
|
708
716
|
*/
|
|
709
717
|
export declare const getImageInfoAsync: (args?: GetImageInfo | undefined) => Promise<GetImageInfoCallbackValue>;
|
|
@@ -712,8 +720,8 @@ export declare const getImageInfoAsync: (args?: GetImageInfo | undefined) => Pro
|
|
|
712
720
|
* @support
|
|
713
721
|
* | Platform | Apps |
|
|
714
722
|
* | ------------- | -------- |
|
|
715
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
716
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
723
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
724
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
717
725
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
718
726
|
*/
|
|
719
727
|
export declare const getLocation: PickMPAttr<'getLocation'>;
|
|
@@ -722,8 +730,8 @@ export declare const getLocation: PickMPAttr<'getLocation'>;
|
|
|
722
730
|
* @support
|
|
723
731
|
* | Platform | Apps |
|
|
724
732
|
* | ------------- | -------- |
|
|
725
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
726
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
733
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
734
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
727
735
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
728
736
|
*/
|
|
729
737
|
export declare const getLocationAsync: (args?: ({
|
|
@@ -737,8 +745,8 @@ export declare const getLocationAsync: (args?: ({
|
|
|
737
745
|
* @support
|
|
738
746
|
* | Platform | Apps |
|
|
739
747
|
* | ------------- | -------- |
|
|
740
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
741
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
748
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
749
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
742
750
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
743
751
|
*/
|
|
744
752
|
export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
|
|
@@ -747,8 +755,8 @@ export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
|
|
|
747
755
|
* @support
|
|
748
756
|
* | Platform | Apps |
|
|
749
757
|
* | ------------- | -------- |
|
|
750
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
751
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
758
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
759
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
752
760
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
753
761
|
*/
|
|
754
762
|
export declare const getNetworkTypeAsync: (args?: GetNetworkTypeArgs | undefined) => Promise<GetNetworkTypeCallbackValue>;
|
|
@@ -757,8 +765,8 @@ export declare const getNetworkTypeAsync: (args?: GetNetworkTypeArgs | undefined
|
|
|
757
765
|
* @support
|
|
758
766
|
* | Platform | Apps |
|
|
759
767
|
* | ------------- | -------- |
|
|
760
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
761
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
768
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
769
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
762
770
|
* | web | demo |
|
|
763
771
|
*/
|
|
764
772
|
export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
|
|
@@ -767,8 +775,8 @@ export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
|
|
|
767
775
|
* @support
|
|
768
776
|
* | Platform | Apps |
|
|
769
777
|
* | ------------- | -------- |
|
|
770
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
771
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
778
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
779
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
772
780
|
* | web | demo |
|
|
773
781
|
*/
|
|
774
782
|
export declare const getOpenUserInfoAsync: (args?: GetOpenUserInfoArgs | undefined) => Promise<{
|
|
@@ -815,8 +823,8 @@ export declare const getPhoneNumberAsync: (args?: any) => Promise<unknown>;
|
|
|
815
823
|
* @support
|
|
816
824
|
* | Platform | Apps |
|
|
817
825
|
* | ------------- | -------- |
|
|
818
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
819
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
826
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
827
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
820
828
|
* | web | demo,alipay |
|
|
821
829
|
*/
|
|
822
830
|
export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
|
|
@@ -825,8 +833,8 @@ export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
|
|
|
825
833
|
* @support
|
|
826
834
|
* | Platform | Apps |
|
|
827
835
|
* | ------------- | -------- |
|
|
828
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
829
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
836
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
837
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
830
838
|
* | web | demo,alipay |
|
|
831
839
|
*/
|
|
832
840
|
export declare const getSavedFileInfoAsync: (args?: GetSavedFileInfo | undefined) => Promise<{
|
|
@@ -838,8 +846,8 @@ export declare const getSavedFileInfoAsync: (args?: GetSavedFileInfo | undefined
|
|
|
838
846
|
* @support
|
|
839
847
|
* | Platform | Apps |
|
|
840
848
|
* | ------------- | -------- |
|
|
841
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
842
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
849
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
850
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
843
851
|
* | web | demo,alipay |
|
|
844
852
|
*/
|
|
845
853
|
export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
|
|
@@ -848,8 +856,8 @@ export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
|
|
|
848
856
|
* @support
|
|
849
857
|
* | Platform | Apps |
|
|
850
858
|
* | ------------- | -------- |
|
|
851
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
852
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
859
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
860
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
853
861
|
* | web | demo,alipay |
|
|
854
862
|
*/
|
|
855
863
|
export declare const getSavedFileListAsync: (args?: GetSavedFileListArgs | undefined) => Promise<{
|
|
@@ -864,8 +872,8 @@ export declare const getSavedFileListAsync: (args?: GetSavedFileListArgs | undef
|
|
|
864
872
|
* @support
|
|
865
873
|
* | Platform | Apps |
|
|
866
874
|
* | ------------- | -------- |
|
|
867
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
868
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
875
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
876
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
869
877
|
* | web | demo,alipay |
|
|
870
878
|
*/
|
|
871
879
|
export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
|
|
@@ -874,8 +882,8 @@ export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
|
|
|
874
882
|
* @support
|
|
875
883
|
* | Platform | Apps |
|
|
876
884
|
* | ------------- | -------- |
|
|
877
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
878
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
885
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
886
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
879
887
|
* | web | demo,alipay |
|
|
880
888
|
*/
|
|
881
889
|
export declare const getScreenBrightnessAsync: (args?: AsyncCallback<{
|
|
@@ -888,8 +896,8 @@ export declare const getScreenBrightnessAsync: (args?: AsyncCallback<{
|
|
|
888
896
|
* @support
|
|
889
897
|
* | Platform | Apps |
|
|
890
898
|
* | ------------- | -------- |
|
|
891
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
892
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
899
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
900
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
893
901
|
* | web | demo,alipay |
|
|
894
902
|
*/
|
|
895
903
|
export declare const getServerTime: PickMPAttr<'getServerTime'>;
|
|
@@ -898,8 +906,8 @@ export declare const getServerTime: PickMPAttr<'getServerTime'>;
|
|
|
898
906
|
* @support
|
|
899
907
|
* | Platform | Apps |
|
|
900
908
|
* | ------------- | -------- |
|
|
901
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
902
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
909
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
910
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
903
911
|
* | web | demo,alipay |
|
|
904
912
|
*/
|
|
905
913
|
export declare const getServerTimeAsync: (args?: AsyncCallback<{
|
|
@@ -912,8 +920,8 @@ export declare const getServerTimeAsync: (args?: AsyncCallback<{
|
|
|
912
920
|
* @support
|
|
913
921
|
* | Platform | Apps |
|
|
914
922
|
* | ------------- | -------- |
|
|
915
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
916
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
923
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
924
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
917
925
|
* | web | demo,alipay |
|
|
918
926
|
*/
|
|
919
927
|
export declare const getSetting: PickMPAttr<'getSetting'>;
|
|
@@ -922,8 +930,8 @@ export declare const getSetting: PickMPAttr<'getSetting'>;
|
|
|
922
930
|
* @support
|
|
923
931
|
* | Platform | Apps |
|
|
924
932
|
* | ------------- | -------- |
|
|
925
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
926
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
933
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
934
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
927
935
|
* | web | demo,alipay |
|
|
928
936
|
*/
|
|
929
937
|
export declare const getSettingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -932,8 +940,8 @@ export declare const getSettingAsync: (args?: import("@hylid/call/lib/promisify"
|
|
|
932
940
|
* @support
|
|
933
941
|
* | Platform | Apps |
|
|
934
942
|
* | ------------- | -------- |
|
|
935
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
936
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
943
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
944
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
937
945
|
* | web | demo,alipay,h5 |
|
|
938
946
|
*/
|
|
939
947
|
export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
|
|
@@ -942,8 +950,8 @@ export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
|
|
|
942
950
|
* @support
|
|
943
951
|
* | Platform | Apps |
|
|
944
952
|
* | ------------- | -------- |
|
|
945
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
946
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
953
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
954
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
947
955
|
* | web | demo,alipay,h5 |
|
|
948
956
|
*/
|
|
949
957
|
export declare const getSiteInfoAsync: (args?: AsyncCallback<GetSiteInfoCallbackValue> | undefined) => Promise<GetSiteInfoCallbackValue>;
|
|
@@ -952,8 +960,8 @@ export declare const getSiteInfoAsync: (args?: AsyncCallback<GetSiteInfoCallback
|
|
|
952
960
|
* @support
|
|
953
961
|
* | Platform | Apps |
|
|
954
962
|
* | ------------- | -------- |
|
|
955
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
956
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
963
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
964
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
957
965
|
* | web | demo,alipay,h5 |
|
|
958
966
|
*/
|
|
959
967
|
export declare const getStorage: PickMPAttr<'getStorage'>;
|
|
@@ -962,8 +970,8 @@ export declare const getStorage: PickMPAttr<'getStorage'>;
|
|
|
962
970
|
* @support
|
|
963
971
|
* | Platform | Apps |
|
|
964
972
|
* | ------------- | -------- |
|
|
965
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
966
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
973
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
974
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
967
975
|
* | web | demo,alipay,h5 |
|
|
968
976
|
*/
|
|
969
977
|
export declare const getStorageAsync: (args?: GetStorage | undefined) => Promise<{
|
|
@@ -974,7 +982,7 @@ export declare const getStorageAsync: (args?: GetStorage | undefined) => Promise
|
|
|
974
982
|
* @support
|
|
975
983
|
* | Platform | Apps |
|
|
976
984
|
* | ------------- | -------- |
|
|
977
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
985
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
978
986
|
* | web | h5 |
|
|
979
987
|
*/
|
|
980
988
|
export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
|
|
@@ -983,8 +991,8 @@ export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
|
|
|
983
991
|
* @support
|
|
984
992
|
* | Platform | Apps |
|
|
985
993
|
* | ------------- | -------- |
|
|
986
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
987
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
994
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
995
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
988
996
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
989
997
|
*/
|
|
990
998
|
export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
|
|
@@ -993,8 +1001,8 @@ export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
|
|
|
993
1001
|
* @support
|
|
994
1002
|
* | Platform | Apps |
|
|
995
1003
|
* | ------------- | -------- |
|
|
996
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
997
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1004
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1005
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
998
1006
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
999
1007
|
*/
|
|
1000
1008
|
export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined) => Promise<GetSystemInfoCallbackValue>;
|
|
@@ -1002,7 +1010,7 @@ export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined)
|
|
|
1002
1010
|
* @support
|
|
1003
1011
|
* | Platform | Apps |
|
|
1004
1012
|
* | ------------- | -------- |
|
|
1005
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1013
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1006
1014
|
* | web | h5 |
|
|
1007
1015
|
*/
|
|
1008
1016
|
export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
|
|
@@ -1011,8 +1019,9 @@ export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
|
|
|
1011
1019
|
* @support
|
|
1012
1020
|
* | Platform | Apps |
|
|
1013
1021
|
* | ------------- | -------- |
|
|
1014
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1015
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1022
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1023
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1024
|
+
* | web | alipay |
|
|
1016
1025
|
*/
|
|
1017
1026
|
export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
|
|
1018
1027
|
/**
|
|
@@ -1020,8 +1029,9 @@ export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
|
|
|
1020
1029
|
* @support
|
|
1021
1030
|
* | Platform | Apps |
|
|
1022
1031
|
* | ------------- | -------- |
|
|
1023
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1024
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1032
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1033
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1034
|
+
* | web | alipay |
|
|
1025
1035
|
*/
|
|
1026
1036
|
export declare const hideBackHomeAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
1027
1037
|
/**
|
|
@@ -1029,8 +1039,8 @@ export declare const hideBackHomeAsync: (args?: import("@hylid/call/lib/promisif
|
|
|
1029
1039
|
* @support
|
|
1030
1040
|
* | Platform | Apps |
|
|
1031
1041
|
* | ------------- | -------- |
|
|
1032
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1033
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1042
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1043
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1034
1044
|
* | web | demo,alipay |
|
|
1035
1045
|
*/
|
|
1036
1046
|
export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
|
|
@@ -1039,8 +1049,8 @@ export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
|
|
|
1039
1049
|
* @support
|
|
1040
1050
|
* | Platform | Apps |
|
|
1041
1051
|
* | ------------- | -------- |
|
|
1042
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1043
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1052
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1053
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1044
1054
|
* | web | demo,alipay |
|
|
1045
1055
|
*/
|
|
1046
1056
|
export declare const hideKeyboardAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1049,8 +1059,8 @@ export declare const hideKeyboardAsync: (args?: import("@hylid/call/lib/promisif
|
|
|
1049
1059
|
* @support
|
|
1050
1060
|
* | Platform | Apps |
|
|
1051
1061
|
* | ------------- | -------- |
|
|
1052
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1053
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1062
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1063
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1054
1064
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
1055
1065
|
*/
|
|
1056
1066
|
export declare const hideLoading: PickMPAttr<'hideLoading'>;
|
|
@@ -1059,8 +1069,8 @@ export declare const hideLoading: PickMPAttr<'hideLoading'>;
|
|
|
1059
1069
|
* @support
|
|
1060
1070
|
* | Platform | Apps |
|
|
1061
1071
|
* | ------------- | -------- |
|
|
1062
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1063
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1072
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1073
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1064
1074
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
1065
1075
|
*/
|
|
1066
1076
|
export declare const hideLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1069,8 +1079,8 @@ export declare const hideLoadingAsync: (args?: import("@hylid/call/lib/promisify
|
|
|
1069
1079
|
* @support
|
|
1070
1080
|
* | Platform | Apps |
|
|
1071
1081
|
* | ------------- | -------- |
|
|
1072
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1073
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1082
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1083
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1074
1084
|
* | web | demo,alipay |
|
|
1075
1085
|
*/
|
|
1076
1086
|
export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
|
|
@@ -1079,8 +1089,8 @@ export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoad
|
|
|
1079
1089
|
* @support
|
|
1080
1090
|
* | Platform | Apps |
|
|
1081
1091
|
* | ------------- | -------- |
|
|
1082
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1083
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1092
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1093
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1084
1094
|
* | web | demo,alipay |
|
|
1085
1095
|
*/
|
|
1086
1096
|
export declare const hideNavigationBarLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1089,9 +1099,9 @@ export declare const hideNavigationBarLoadingAsync: (args?: import("@hylid/call/
|
|
|
1089
1099
|
* @support
|
|
1090
1100
|
* | Platform | Apps |
|
|
1091
1101
|
* | ------------- | -------- |
|
|
1092
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1093
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1094
|
-
* | web |
|
|
1102
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1103
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1104
|
+
* | web | alipay |
|
|
1095
1105
|
*/
|
|
1096
1106
|
export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
|
|
1097
1107
|
/**
|
|
@@ -1099,9 +1109,9 @@ export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
|
|
|
1099
1109
|
* @support
|
|
1100
1110
|
* | Platform | Apps |
|
|
1101
1111
|
* | ------------- | -------- |
|
|
1102
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1103
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1104
|
-
* | web |
|
|
1112
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1113
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1114
|
+
* | web | alipay |
|
|
1105
1115
|
*/
|
|
1106
1116
|
export declare const hideTabBarAsync: (args?: HideTabBarArgs | undefined) => Promise<undefined>;
|
|
1107
1117
|
/**
|
|
@@ -1109,8 +1119,8 @@ export declare const hideTabBarAsync: (args?: HideTabBarArgs | undefined) => Pro
|
|
|
1109
1119
|
* @support
|
|
1110
1120
|
* | Platform | Apps |
|
|
1111
1121
|
* | ------------- | -------- |
|
|
1112
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1113
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1122
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1123
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1114
1124
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
1115
1125
|
*/
|
|
1116
1126
|
export declare const hideToast: PickMPAttr<'hideToast'>;
|
|
@@ -1119,8 +1129,8 @@ export declare const hideToast: PickMPAttr<'hideToast'>;
|
|
|
1119
1129
|
* @support
|
|
1120
1130
|
* | Platform | Apps |
|
|
1121
1131
|
* | ------------- | -------- |
|
|
1122
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1123
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1132
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1133
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1124
1134
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
1125
1135
|
*/
|
|
1126
1136
|
export declare const hideToastAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1165,8 +1175,8 @@ export declare const isInstalledAppAsync: (args?: any) => Promise<unknown>;
|
|
|
1165
1175
|
* @support
|
|
1166
1176
|
* | Platform | Apps |
|
|
1167
1177
|
* | ------------- | -------- |
|
|
1168
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1169
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1178
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1179
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1170
1180
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
1171
1181
|
*/
|
|
1172
1182
|
export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
|
|
@@ -1175,8 +1185,8 @@ export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
|
|
|
1175
1185
|
* @support
|
|
1176
1186
|
* | Platform | Apps |
|
|
1177
1187
|
* | ------------- | -------- |
|
|
1178
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1179
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1188
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1189
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1180
1190
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
1181
1191
|
*/
|
|
1182
1192
|
export declare const makePhoneCallAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1185,8 +1195,8 @@ export declare const makePhoneCallAsync: (args?: import("@hylid/call/lib/promisi
|
|
|
1185
1195
|
* @support
|
|
1186
1196
|
* | Platform | Apps |
|
|
1187
1197
|
* | ------------- | -------- |
|
|
1188
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1189
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1198
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1199
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1190
1200
|
* | web | demo,alipay |
|
|
1191
1201
|
*/
|
|
1192
1202
|
export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
|
|
@@ -1195,8 +1205,8 @@ export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
|
|
|
1195
1205
|
* @support
|
|
1196
1206
|
* | Platform | Apps |
|
|
1197
1207
|
* | ------------- | -------- |
|
|
1198
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1199
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1208
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1209
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1200
1210
|
* | web | demo,alipay |
|
|
1201
1211
|
*/
|
|
1202
1212
|
export declare const multiLevelSelectAsync: (args?: MultiLevelSelectArgs | undefined) => Promise<{
|
|
@@ -1208,8 +1218,8 @@ export declare const multiLevelSelectAsync: (args?: MultiLevelSelectArgs | undef
|
|
|
1208
1218
|
* @support
|
|
1209
1219
|
* | Platform | Apps |
|
|
1210
1220
|
* | ------------- | -------- |
|
|
1211
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1212
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1221
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1222
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1213
1223
|
* | web | alipay,demo,h5,tngdh5ng |
|
|
1214
1224
|
*/
|
|
1215
1225
|
export declare const navigateBack: PickMPAttr<'navigateBack'>;
|
|
@@ -1218,8 +1228,8 @@ export declare const navigateBack: PickMPAttr<'navigateBack'>;
|
|
|
1218
1228
|
* @support
|
|
1219
1229
|
* | Platform | Apps |
|
|
1220
1230
|
* | ------------- | -------- |
|
|
1221
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1222
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1231
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1232
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1223
1233
|
* | web | alipay,demo,h5,tngdh5ng |
|
|
1224
1234
|
*/
|
|
1225
1235
|
export declare const navigateBackAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1228,8 +1238,8 @@ export declare const navigateBackAsync: (args?: import("@hylid/call/lib/promisif
|
|
|
1228
1238
|
* @support
|
|
1229
1239
|
* | Platform | Apps |
|
|
1230
1240
|
* | ------------- | -------- |
|
|
1231
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1232
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1241
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1242
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1233
1243
|
* | web | demo,alipay |
|
|
1234
1244
|
*/
|
|
1235
1245
|
export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
|
|
@@ -1238,8 +1248,8 @@ export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgra
|
|
|
1238
1248
|
* @support
|
|
1239
1249
|
* | Platform | Apps |
|
|
1240
1250
|
* | ------------- | -------- |
|
|
1241
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1242
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1251
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1252
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1243
1253
|
* | web | demo,alipay |
|
|
1244
1254
|
*/
|
|
1245
1255
|
export declare const navigateBackMiniProgramAsync: (args?: NavigateBackMiniProgramArgs | undefined) => Promise<undefined>;
|
|
@@ -1248,9 +1258,9 @@ export declare const navigateBackMiniProgramAsync: (args?: NavigateBackMiniProgr
|
|
|
1248
1258
|
* @support
|
|
1249
1259
|
* | Platform | Apps |
|
|
1250
1260
|
* | ------------- | -------- |
|
|
1251
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1261
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1252
1262
|
* | web | alipay,demo,h5,tngdh5ng |
|
|
1253
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1263
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1254
1264
|
*/
|
|
1255
1265
|
export declare const navigateTo: PickMPAttr<'navigateTo'>;
|
|
1256
1266
|
/**
|
|
@@ -1258,36 +1268,18 @@ export declare const navigateTo: PickMPAttr<'navigateTo'>;
|
|
|
1258
1268
|
* @support
|
|
1259
1269
|
* | Platform | Apps |
|
|
1260
1270
|
* | ------------- | -------- |
|
|
1261
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1271
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1262
1272
|
* | web | alipay,demo,h5,tngdh5ng |
|
|
1263
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1273
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1264
1274
|
*/
|
|
1265
1275
|
export declare const navigateToAsync: (args?: NavigateToArgs | undefined) => Promise<undefined>;
|
|
1266
|
-
/**
|
|
1267
|
-
* @support
|
|
1268
|
-
* | Platform | Apps |
|
|
1269
|
-
* | ------------- | -------- |
|
|
1270
|
-
* | mp | demo |
|
|
1271
|
-
* | mp_web | demo |
|
|
1272
|
-
* | web | demo,h5 |
|
|
1273
|
-
*/
|
|
1274
|
-
export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
|
|
1275
|
-
/**
|
|
1276
|
-
* @support
|
|
1277
|
-
* | Platform | Apps |
|
|
1278
|
-
* | ------------- | -------- |
|
|
1279
|
-
* | mp | demo |
|
|
1280
|
-
* | mp_web | demo |
|
|
1281
|
-
* | web | demo,h5 |
|
|
1282
|
-
*/
|
|
1283
|
-
export declare const navigateToBizSceneAsync: (args?: any) => Promise<unknown>;
|
|
1284
1276
|
/**
|
|
1285
1277
|
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
|
|
1286
1278
|
* @support
|
|
1287
1279
|
* | Platform | Apps |
|
|
1288
1280
|
* | ------------- | -------- |
|
|
1289
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1290
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1281
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1282
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1291
1283
|
* | web | demo,alipay,h5 |
|
|
1292
1284
|
*/
|
|
1293
1285
|
export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
|
|
@@ -1296,8 +1288,8 @@ export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
|
|
|
1296
1288
|
* @support
|
|
1297
1289
|
* | Platform | Apps |
|
|
1298
1290
|
* | ------------- | -------- |
|
|
1299
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1300
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1291
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1292
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1301
1293
|
* | web | demo,alipay,h5 |
|
|
1302
1294
|
*/
|
|
1303
1295
|
export declare const navigateToMiniProgramAsync: (args?: NavigateToMiniProgramArgs | undefined) => Promise<undefined>;
|
|
@@ -1306,8 +1298,8 @@ export declare const navigateToMiniProgramAsync: (args?: NavigateToMiniProgramAr
|
|
|
1306
1298
|
* @support
|
|
1307
1299
|
* | Platform | Apps |
|
|
1308
1300
|
* | ------------- | -------- |
|
|
1309
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1310
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1301
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1302
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1311
1303
|
* | web | |
|
|
1312
1304
|
*/
|
|
1313
1305
|
export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
|
|
@@ -1316,8 +1308,8 @@ export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECh
|
|
|
1316
1308
|
* @support
|
|
1317
1309
|
* | Platform | Apps |
|
|
1318
1310
|
* | ------------- | -------- |
|
|
1319
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1320
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1311
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1312
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1321
1313
|
* | web | |
|
|
1322
1314
|
*/
|
|
1323
1315
|
export declare const notifyBLECharacteristicValueChangeAsync: (args?: ({
|
|
@@ -1332,8 +1324,8 @@ export declare const notifyBLECharacteristicValueChangeAsync: (args?: ({
|
|
|
1332
1324
|
* @support
|
|
1333
1325
|
* | Platform | Apps |
|
|
1334
1326
|
* | ------------- | -------- |
|
|
1335
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1336
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1327
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1328
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1337
1329
|
*/
|
|
1338
1330
|
export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
|
|
1339
1331
|
/**
|
|
@@ -1341,8 +1333,8 @@ export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'
|
|
|
1341
1333
|
* @support
|
|
1342
1334
|
* | Platform | Apps |
|
|
1343
1335
|
* | ------------- | -------- |
|
|
1344
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1345
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1336
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1337
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1346
1338
|
* | web | |
|
|
1347
1339
|
*/
|
|
1348
1340
|
export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
|
|
@@ -1351,8 +1343,8 @@ export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacte
|
|
|
1351
1343
|
* @support
|
|
1352
1344
|
* | Platform | Apps |
|
|
1353
1345
|
* | ------------- | -------- |
|
|
1354
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1355
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1346
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1347
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1356
1348
|
* | web | |
|
|
1357
1349
|
*/
|
|
1358
1350
|
export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
|
|
@@ -1361,8 +1353,8 @@ export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionS
|
|
|
1361
1353
|
* @support
|
|
1362
1354
|
* | Platform | Apps |
|
|
1363
1355
|
* | ------------- | -------- |
|
|
1364
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1365
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1356
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1357
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1366
1358
|
* | web | |
|
|
1367
1359
|
*/
|
|
1368
1360
|
export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
|
|
@@ -1371,8 +1363,8 @@ export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAda
|
|
|
1371
1363
|
* @support
|
|
1372
1364
|
* | Platform | Apps |
|
|
1373
1365
|
* | ------------- | -------- |
|
|
1374
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1375
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1366
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1367
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1376
1368
|
* | web | |
|
|
1377
1369
|
*/
|
|
1378
1370
|
export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
|
|
@@ -1381,8 +1373,8 @@ export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFoun
|
|
|
1381
1373
|
* @support
|
|
1382
1374
|
* | Platform | Apps |
|
|
1383
1375
|
* | ------------- | -------- |
|
|
1384
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1385
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1376
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1377
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1386
1378
|
*/
|
|
1387
1379
|
export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
|
|
1388
1380
|
/**
|
|
@@ -1390,8 +1382,8 @@ export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
|
|
|
1390
1382
|
* @support
|
|
1391
1383
|
* | Platform | Apps |
|
|
1392
1384
|
* | ------------- | -------- |
|
|
1393
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1394
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1385
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1386
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1395
1387
|
*/
|
|
1396
1388
|
export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
|
|
1397
1389
|
/**
|
|
@@ -1399,8 +1391,8 @@ export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
|
|
|
1399
1391
|
* @support
|
|
1400
1392
|
* | Platform | Apps |
|
|
1401
1393
|
* | ------------- | -------- |
|
|
1402
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1403
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1394
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1395
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1404
1396
|
* | web | |
|
|
1405
1397
|
*/
|
|
1406
1398
|
export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
|
|
@@ -1409,8 +1401,8 @@ export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
|
|
|
1409
1401
|
* @support
|
|
1410
1402
|
* | Platform | Apps |
|
|
1411
1403
|
* | ------------- | -------- |
|
|
1412
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1413
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1404
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1405
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1414
1406
|
* | web | |
|
|
1415
1407
|
*/
|
|
1416
1408
|
export declare const offSocketError: PickMPAttr<'offSocketError'>;
|
|
@@ -1419,8 +1411,8 @@ export declare const offSocketError: PickMPAttr<'offSocketError'>;
|
|
|
1419
1411
|
* @support
|
|
1420
1412
|
* | Platform | Apps |
|
|
1421
1413
|
* | ------------- | -------- |
|
|
1422
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1423
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1414
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1415
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1424
1416
|
* | web | |
|
|
1425
1417
|
*/
|
|
1426
1418
|
export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
|
|
@@ -1429,8 +1421,8 @@ export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
|
|
|
1429
1421
|
* @support
|
|
1430
1422
|
* | Platform | Apps |
|
|
1431
1423
|
* | ------------- | -------- |
|
|
1432
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1433
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1424
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1425
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1434
1426
|
* | web | |
|
|
1435
1427
|
*/
|
|
1436
1428
|
export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
|
|
@@ -1439,8 +1431,8 @@ export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
|
|
|
1439
1431
|
* @support
|
|
1440
1432
|
* | Platform | Apps |
|
|
1441
1433
|
* | ------------- | -------- |
|
|
1442
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1443
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1434
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1435
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1444
1436
|
* | web | |
|
|
1445
1437
|
*/
|
|
1446
1438
|
export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
|
|
@@ -1449,8 +1441,8 @@ export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
|
|
|
1449
1441
|
* @support
|
|
1450
1442
|
* | Platform | Apps |
|
|
1451
1443
|
* | ------------- | -------- |
|
|
1452
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1453
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1444
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1445
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1454
1446
|
*/
|
|
1455
1447
|
export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
|
|
1456
1448
|
/**
|
|
@@ -1458,8 +1450,8 @@ export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
|
|
|
1458
1450
|
* @support
|
|
1459
1451
|
* | Platform | Apps |
|
|
1460
1452
|
* | ------------- | -------- |
|
|
1461
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1462
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1453
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1454
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1463
1455
|
* | web | |
|
|
1464
1456
|
*/
|
|
1465
1457
|
export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
|
|
@@ -1468,8 +1460,8 @@ export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteri
|
|
|
1468
1460
|
* @support
|
|
1469
1461
|
* | Platform | Apps |
|
|
1470
1462
|
* | ------------- | -------- |
|
|
1471
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1472
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1463
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1464
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1473
1465
|
* | web | |
|
|
1474
1466
|
*/
|
|
1475
1467
|
export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
|
|
@@ -1478,8 +1470,8 @@ export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionSta
|
|
|
1478
1470
|
* @support
|
|
1479
1471
|
* | Platform | Apps |
|
|
1480
1472
|
* | ------------- | -------- |
|
|
1481
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1482
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1473
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1474
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1483
1475
|
* | web | |
|
|
1484
1476
|
*/
|
|
1485
1477
|
export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
|
|
@@ -1488,8 +1480,8 @@ export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapt
|
|
|
1488
1480
|
* @support
|
|
1489
1481
|
* | Platform | Apps |
|
|
1490
1482
|
* | ------------- | -------- |
|
|
1491
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1492
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1483
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1484
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1493
1485
|
* | web | |
|
|
1494
1486
|
*/
|
|
1495
1487
|
export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
|
|
@@ -1498,8 +1490,8 @@ export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'
|
|
|
1498
1490
|
* @support
|
|
1499
1491
|
* | Platform | Apps |
|
|
1500
1492
|
* | ------------- | -------- |
|
|
1501
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1502
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1493
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1494
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1503
1495
|
*/
|
|
1504
1496
|
export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
|
|
1505
1497
|
/**
|
|
@@ -1507,8 +1499,8 @@ export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
|
|
|
1507
1499
|
* @support
|
|
1508
1500
|
* | Platform | Apps |
|
|
1509
1501
|
* | ------------- | -------- |
|
|
1510
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1511
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1502
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1503
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1512
1504
|
*/
|
|
1513
1505
|
export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
|
|
1514
1506
|
/**
|
|
@@ -1516,8 +1508,8 @@ export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
|
|
|
1516
1508
|
* @support
|
|
1517
1509
|
* | Platform | Apps |
|
|
1518
1510
|
* | ------------- | -------- |
|
|
1519
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1520
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1511
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1512
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1521
1513
|
* | web | |
|
|
1522
1514
|
*/
|
|
1523
1515
|
export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
|
|
@@ -1526,8 +1518,8 @@ export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
|
|
|
1526
1518
|
* @support
|
|
1527
1519
|
* | Platform | Apps |
|
|
1528
1520
|
* | ------------- | -------- |
|
|
1529
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1530
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1521
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1522
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1531
1523
|
* | web | |
|
|
1532
1524
|
*/
|
|
1533
1525
|
export declare const onSocketError: PickMPAttr<'onSocketError'>;
|
|
@@ -1536,8 +1528,8 @@ export declare const onSocketError: PickMPAttr<'onSocketError'>;
|
|
|
1536
1528
|
* @support
|
|
1537
1529
|
* | Platform | Apps |
|
|
1538
1530
|
* | ------------- | -------- |
|
|
1539
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1540
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1531
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1532
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1541
1533
|
* | web | |
|
|
1542
1534
|
*/
|
|
1543
1535
|
export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
|
|
@@ -1546,8 +1538,8 @@ export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
|
|
|
1546
1538
|
* @support
|
|
1547
1539
|
* | Platform | Apps |
|
|
1548
1540
|
* | ------------- | -------- |
|
|
1549
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1550
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1541
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1542
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1551
1543
|
* | web | |
|
|
1552
1544
|
*/
|
|
1553
1545
|
export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
|
|
@@ -1556,9 +1548,9 @@ export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
|
|
|
1556
1548
|
* @support
|
|
1557
1549
|
* | Platform | Apps |
|
|
1558
1550
|
* | ------------- | -------- |
|
|
1559
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1560
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1561
|
-
* | web |
|
|
1551
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1552
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1553
|
+
* | web | alipay |
|
|
1562
1554
|
*/
|
|
1563
1555
|
export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
|
|
1564
1556
|
/**
|
|
@@ -1566,8 +1558,8 @@ export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
|
|
|
1566
1558
|
* @support
|
|
1567
1559
|
* | Platform | Apps |
|
|
1568
1560
|
* | ------------- | -------- |
|
|
1569
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1570
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1561
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1562
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1571
1563
|
* | web | |
|
|
1572
1564
|
*/
|
|
1573
1565
|
export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
|
|
@@ -1576,8 +1568,8 @@ export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
|
|
|
1576
1568
|
* @support
|
|
1577
1569
|
* | Platform | Apps |
|
|
1578
1570
|
* | ------------- | -------- |
|
|
1579
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1580
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1571
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1572
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1581
1573
|
* | web | |
|
|
1582
1574
|
*/
|
|
1583
1575
|
export declare const openBluetoothAdapterAsync: (args?: AsyncCallback<any> | undefined) => Promise<any>;
|
|
@@ -1586,8 +1578,8 @@ export declare const openBluetoothAdapterAsync: (args?: AsyncCallback<any> | und
|
|
|
1586
1578
|
* @support
|
|
1587
1579
|
* | Platform | Apps |
|
|
1588
1580
|
* | ------------- | -------- |
|
|
1589
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1590
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1581
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1582
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1591
1583
|
* | web | demo,alipay |
|
|
1592
1584
|
*/
|
|
1593
1585
|
export declare const openDocument: PickMPAttr<'openDocument'>;
|
|
@@ -1596,8 +1588,8 @@ export declare const openDocument: PickMPAttr<'openDocument'>;
|
|
|
1596
1588
|
* @support
|
|
1597
1589
|
* | Platform | Apps |
|
|
1598
1590
|
* | ------------- | -------- |
|
|
1599
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1600
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1591
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1592
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1601
1593
|
* | web | demo,alipay |
|
|
1602
1594
|
*/
|
|
1603
1595
|
export declare const openDocumentAsync: (args?: ({
|
|
@@ -1627,8 +1619,8 @@ export declare const openSchemeWithBackingAsync: (args?: any) => Promise<unknown
|
|
|
1627
1619
|
* @support
|
|
1628
1620
|
* | Platform | Apps |
|
|
1629
1621
|
* | ------------- | -------- |
|
|
1630
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1631
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1622
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1623
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1632
1624
|
* | web | demo,alipay |
|
|
1633
1625
|
*/
|
|
1634
1626
|
export declare const openSetting: PickMPAttr<'openSetting'>;
|
|
@@ -1637,8 +1629,8 @@ export declare const openSetting: PickMPAttr<'openSetting'>;
|
|
|
1637
1629
|
* @support
|
|
1638
1630
|
* | Platform | Apps |
|
|
1639
1631
|
* | ------------- | -------- |
|
|
1640
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1641
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1632
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1633
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1642
1634
|
* | web | demo,alipay |
|
|
1643
1635
|
*/
|
|
1644
1636
|
export declare const openSettingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -1647,9 +1639,9 @@ export declare const openSettingAsync: (args?: import("@hylid/call/lib/promisify
|
|
|
1647
1639
|
* @support
|
|
1648
1640
|
* | Platform | Apps |
|
|
1649
1641
|
* | ------------- | -------- |
|
|
1650
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1642
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1651
1643
|
* | web | h5 |
|
|
1652
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1644
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1653
1645
|
*/
|
|
1654
1646
|
export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
|
|
1655
1647
|
/**
|
|
@@ -1657,9 +1649,9 @@ export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
|
|
|
1657
1649
|
* @support
|
|
1658
1650
|
* | Platform | Apps |
|
|
1659
1651
|
* | ------------- | -------- |
|
|
1660
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1652
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1661
1653
|
* | web | h5 |
|
|
1662
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1654
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1663
1655
|
*/
|
|
1664
1656
|
export declare const pageScrollToAsync: (args?: PageScrollToArgs | undefined) => Promise<undefined>;
|
|
1665
1657
|
/**
|
|
@@ -1683,8 +1675,8 @@ export declare const paySignCenterAsync: (args?: any) => Promise<unknown>;
|
|
|
1683
1675
|
* @support
|
|
1684
1676
|
* | Platform | Apps |
|
|
1685
1677
|
* | ------------- | -------- |
|
|
1686
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1687
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1678
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1679
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1688
1680
|
* | web | demo,alipay |
|
|
1689
1681
|
*/
|
|
1690
1682
|
export declare const previewImage: PickMPAttr<'previewImage'>;
|
|
@@ -1693,8 +1685,8 @@ export declare const previewImage: PickMPAttr<'previewImage'>;
|
|
|
1693
1685
|
* @support
|
|
1694
1686
|
* | Platform | Apps |
|
|
1695
1687
|
* | ------------- | -------- |
|
|
1696
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1697
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1688
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1689
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1698
1690
|
* | web | demo,alipay |
|
|
1699
1691
|
*/
|
|
1700
1692
|
export declare const previewImageAsync: (args?: PreviewImageArgs | undefined) => Promise<undefined>;
|
|
@@ -1703,8 +1695,8 @@ export declare const previewImageAsync: (args?: PreviewImageArgs | undefined) =>
|
|
|
1703
1695
|
* @support
|
|
1704
1696
|
* | Platform | Apps |
|
|
1705
1697
|
* | ------------- | -------- |
|
|
1706
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1707
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1698
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1699
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1708
1700
|
* | web | demo,alipay,tngdh5ng |
|
|
1709
1701
|
*/
|
|
1710
1702
|
export declare const prompt: PickMPAttr<'prompt'>;
|
|
@@ -1713,8 +1705,8 @@ export declare const prompt: PickMPAttr<'prompt'>;
|
|
|
1713
1705
|
* @support
|
|
1714
1706
|
* | Platform | Apps |
|
|
1715
1707
|
* | ------------- | -------- |
|
|
1716
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1717
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1708
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1709
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1718
1710
|
* | web | demo,alipay,tngdh5ng |
|
|
1719
1711
|
*/
|
|
1720
1712
|
export declare const promptAsync: (args?: PromptArgs | undefined) => Promise<PromptCallbackValue>;
|
|
@@ -1723,8 +1715,8 @@ export declare const promptAsync: (args?: PromptArgs | undefined) => Promise<Pro
|
|
|
1723
1715
|
* @support
|
|
1724
1716
|
* | Platform | Apps |
|
|
1725
1717
|
* | ------------- | -------- |
|
|
1726
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1727
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1718
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1719
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1728
1720
|
* | web | |
|
|
1729
1721
|
*/
|
|
1730
1722
|
export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
|
|
@@ -1733,8 +1725,8 @@ export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacterist
|
|
|
1733
1725
|
* @support
|
|
1734
1726
|
* | Platform | Apps |
|
|
1735
1727
|
* | ------------- | -------- |
|
|
1736
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1737
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1728
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1729
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1738
1730
|
* | web | |
|
|
1739
1731
|
*/
|
|
1740
1732
|
export declare const readBLECharacteristicValueAsync: (args?: ReadBLECharacteristicValueArgs | undefined) => Promise<{
|
|
@@ -1749,9 +1741,9 @@ export declare const readBLECharacteristicValueAsync: (args?: ReadBLECharacteris
|
|
|
1749
1741
|
* @support
|
|
1750
1742
|
* | Platform | Apps |
|
|
1751
1743
|
* | ------------- | -------- |
|
|
1752
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1744
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1753
1745
|
* | web | alipay,demo,h5 |
|
|
1754
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1746
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1755
1747
|
*/
|
|
1756
1748
|
export declare const redirectTo: PickMPAttr<'redirectTo'>;
|
|
1757
1749
|
/**
|
|
@@ -1759,9 +1751,9 @@ export declare const redirectTo: PickMPAttr<'redirectTo'>;
|
|
|
1759
1751
|
* @support
|
|
1760
1752
|
* | Platform | Apps |
|
|
1761
1753
|
* | ------------- | -------- |
|
|
1762
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1754
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1763
1755
|
* | web | alipay,demo,h5 |
|
|
1764
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1756
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1765
1757
|
*/
|
|
1766
1758
|
export declare const redirectToAsync: (args?: RedirectToArgs | undefined) => Promise<undefined>;
|
|
1767
1759
|
/**
|
|
@@ -1805,9 +1797,9 @@ export declare const regionSearchAppsByKeywordsAsync: (args?: any) => Promise<un
|
|
|
1805
1797
|
* @support
|
|
1806
1798
|
* | Platform | Apps |
|
|
1807
1799
|
* | ------------- | -------- |
|
|
1808
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1800
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1809
1801
|
* | web | |
|
|
1810
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1802
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1811
1803
|
*/
|
|
1812
1804
|
export declare const reLaunch: PickMPAttr<'reLaunch'>;
|
|
1813
1805
|
/**
|
|
@@ -1815,9 +1807,9 @@ export declare const reLaunch: PickMPAttr<'reLaunch'>;
|
|
|
1815
1807
|
* @support
|
|
1816
1808
|
* | Platform | Apps |
|
|
1817
1809
|
* | ------------- | -------- |
|
|
1818
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1810
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1819
1811
|
* | web | |
|
|
1820
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1812
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1821
1813
|
*/
|
|
1822
1814
|
export declare const reLaunchAsync: (args?: ReLaunchArgs | undefined) => Promise<undefined>;
|
|
1823
1815
|
/**
|
|
@@ -1825,8 +1817,8 @@ export declare const reLaunchAsync: (args?: ReLaunchArgs | undefined) => Promise
|
|
|
1825
1817
|
* @support
|
|
1826
1818
|
* | Platform | Apps |
|
|
1827
1819
|
* | ------------- | -------- |
|
|
1828
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1829
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1820
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1821
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1830
1822
|
* | web | demo,alipay |
|
|
1831
1823
|
*/
|
|
1832
1824
|
export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
|
|
@@ -1835,8 +1827,8 @@ export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
|
|
|
1835
1827
|
* @support
|
|
1836
1828
|
* | Platform | Apps |
|
|
1837
1829
|
* | ------------- | -------- |
|
|
1838
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1839
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1830
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1831
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1840
1832
|
* | web | demo,alipay |
|
|
1841
1833
|
*/
|
|
1842
1834
|
export declare const removeSavedFileAsync: (args?: RemoveSavedFileArgs | undefined) => Promise<void>;
|
|
@@ -1845,8 +1837,8 @@ export declare const removeSavedFileAsync: (args?: RemoveSavedFileArgs | undefin
|
|
|
1845
1837
|
* @support
|
|
1846
1838
|
* | Platform | Apps |
|
|
1847
1839
|
* | ------------- | -------- |
|
|
1848
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1849
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1840
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1841
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1850
1842
|
* | web | demo,alipay,h5 |
|
|
1851
1843
|
*/
|
|
1852
1844
|
export declare const removeStorage: PickMPAttr<'removeStorage'>;
|
|
@@ -1855,8 +1847,8 @@ export declare const removeStorage: PickMPAttr<'removeStorage'>;
|
|
|
1855
1847
|
* @support
|
|
1856
1848
|
* | Platform | Apps |
|
|
1857
1849
|
* | ------------- | -------- |
|
|
1858
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1859
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1850
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1851
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1860
1852
|
* | web | demo,alipay,h5 |
|
|
1861
1853
|
*/
|
|
1862
1854
|
export declare const removeStorageAsync: (args?: RemoveStorageArgs | undefined) => Promise<undefined>;
|
|
@@ -1865,7 +1857,7 @@ export declare const removeStorageAsync: (args?: RemoveStorageArgs | undefined)
|
|
|
1865
1857
|
* @support
|
|
1866
1858
|
* | Platform | Apps |
|
|
1867
1859
|
* | ------------- | -------- |
|
|
1868
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1860
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1869
1861
|
* | web | h5 |
|
|
1870
1862
|
*/
|
|
1871
1863
|
export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
|
|
@@ -1874,8 +1866,8 @@ export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
|
|
|
1874
1866
|
* @support
|
|
1875
1867
|
* | Platform | Apps |
|
|
1876
1868
|
* | ------------- | -------- |
|
|
1877
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1878
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1869
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1870
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1879
1871
|
* | web | demo,alipay,h5 |
|
|
1880
1872
|
*/
|
|
1881
1873
|
export declare const request: PickMPAttr<'request'>;
|
|
@@ -1884,8 +1876,8 @@ export declare const request: PickMPAttr<'request'>;
|
|
|
1884
1876
|
* @support
|
|
1885
1877
|
* | Platform | Apps |
|
|
1886
1878
|
* | ------------- | -------- |
|
|
1887
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1888
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1879
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1880
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1889
1881
|
* | web | demo,alipay,h5 |
|
|
1890
1882
|
*/
|
|
1891
1883
|
export declare const requestAsync: (args?: ({
|
|
@@ -1911,7 +1903,7 @@ export declare const requestAsync: (args?: ({
|
|
|
1911
1903
|
* | Platform | Apps |
|
|
1912
1904
|
* | ------------- | -------- |
|
|
1913
1905
|
* | mp | alipay,demo |
|
|
1914
|
-
* | mp_web | alipay,demo |
|
|
1906
|
+
* | mp_web | alipay,demo,toss |
|
|
1915
1907
|
* | web | alipay,demo,h5 |
|
|
1916
1908
|
*/
|
|
1917
1909
|
export declare const rpc: PickMPAttr<'rpc'>;
|
|
@@ -1920,7 +1912,7 @@ export declare const rpc: PickMPAttr<'rpc'>;
|
|
|
1920
1912
|
* | Platform | Apps |
|
|
1921
1913
|
* | ------------- | -------- |
|
|
1922
1914
|
* | mp | alipay,demo |
|
|
1923
|
-
* | mp_web | alipay,demo |
|
|
1915
|
+
* | mp_web | alipay,demo,toss |
|
|
1924
1916
|
* | web | alipay,demo,h5 |
|
|
1925
1917
|
*/
|
|
1926
1918
|
export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
@@ -1935,8 +1927,8 @@ export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import
|
|
|
1935
1927
|
* @support
|
|
1936
1928
|
* | Platform | Apps |
|
|
1937
1929
|
* | ------------- | -------- |
|
|
1938
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1939
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1930
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1931
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1940
1932
|
* | web | demo,alipay |
|
|
1941
1933
|
*/
|
|
1942
1934
|
export declare const saveFile: PickMPAttr<'saveFile'>;
|
|
@@ -1945,8 +1937,8 @@ export declare const saveFile: PickMPAttr<'saveFile'>;
|
|
|
1945
1937
|
* @support
|
|
1946
1938
|
* | Platform | Apps |
|
|
1947
1939
|
* | ------------- | -------- |
|
|
1948
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1949
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1940
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1941
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1950
1942
|
* | web | demo,alipay |
|
|
1951
1943
|
*/
|
|
1952
1944
|
export declare const saveFileAsync: (args?: SaveFileArgs | undefined) => Promise<{
|
|
@@ -1957,8 +1949,8 @@ export declare const saveFileAsync: (args?: SaveFileArgs | undefined) => Promise
|
|
|
1957
1949
|
* @support
|
|
1958
1950
|
* | Platform | Apps |
|
|
1959
1951
|
* | ------------- | -------- |
|
|
1960
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1961
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1952
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1953
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1962
1954
|
* | web | demo,alipay |
|
|
1963
1955
|
*/
|
|
1964
1956
|
export declare const saveImage: PickMPAttr<'saveImage'>;
|
|
@@ -1967,8 +1959,8 @@ export declare const saveImage: PickMPAttr<'saveImage'>;
|
|
|
1967
1959
|
* @support
|
|
1968
1960
|
* | Platform | Apps |
|
|
1969
1961
|
* | ------------- | -------- |
|
|
1970
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1971
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1962
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1963
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1972
1964
|
* | web | demo,alipay |
|
|
1973
1965
|
*/
|
|
1974
1966
|
export declare const saveImageAsync: (args?: SaveImageArgs | undefined) => Promise<undefined>;
|
|
@@ -1977,8 +1969,8 @@ export declare const saveImageAsync: (args?: SaveImageArgs | undefined) => Promi
|
|
|
1977
1969
|
* @support
|
|
1978
1970
|
* | Platform | Apps |
|
|
1979
1971
|
* | ------------- | -------- |
|
|
1980
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1981
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1972
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1973
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1982
1974
|
* | web | demo,alipay |
|
|
1983
1975
|
*/
|
|
1984
1976
|
export declare const scan: PickMPAttr<'scan'>;
|
|
@@ -1987,8 +1979,8 @@ export declare const scan: PickMPAttr<'scan'>;
|
|
|
1987
1979
|
* @support
|
|
1988
1980
|
* | Platform | Apps |
|
|
1989
1981
|
* | ------------- | -------- |
|
|
1990
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1991
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1982
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1983
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1992
1984
|
* | web | demo,alipay |
|
|
1993
1985
|
*/
|
|
1994
1986
|
export declare const scanAsync: (args?: ScanArgs | undefined) => Promise<ScanCallbackValue>;
|
|
@@ -1997,8 +1989,8 @@ export declare const scanAsync: (args?: ScanArgs | undefined) => Promise<ScanCal
|
|
|
1997
1989
|
* @support
|
|
1998
1990
|
* | Platform | Apps |
|
|
1999
1991
|
* | ------------- | -------- |
|
|
2000
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2001
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
1992
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1993
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2002
1994
|
* | web | |
|
|
2003
1995
|
*/
|
|
2004
1996
|
export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
|
|
@@ -2007,8 +1999,8 @@ export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
|
|
|
2007
1999
|
* @support
|
|
2008
2000
|
* | Platform | Apps |
|
|
2009
2001
|
* | ------------- | -------- |
|
|
2010
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2011
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2002
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2003
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2012
2004
|
* | web | |
|
|
2013
2005
|
*/
|
|
2014
2006
|
export declare const sendSocketMessageAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -2017,8 +2009,9 @@ export declare const sendSocketMessageAsync: (args?: import("@hylid/call/lib/pro
|
|
|
2017
2009
|
* @support
|
|
2018
2010
|
* | Platform | Apps |
|
|
2019
2011
|
* | ------------- | -------- |
|
|
2020
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2021
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2012
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2013
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2014
|
+
* | web | alipay |
|
|
2022
2015
|
*/
|
|
2023
2016
|
export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
|
|
2024
2017
|
/**
|
|
@@ -2026,8 +2019,9 @@ export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
|
|
|
2026
2019
|
* @support
|
|
2027
2020
|
* | Platform | Apps |
|
|
2028
2021
|
* | ------------- | -------- |
|
|
2029
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2030
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2022
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2023
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2024
|
+
* | web | alipay |
|
|
2031
2025
|
*/
|
|
2032
2026
|
export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | undefined) => Promise<undefined>;
|
|
2033
2027
|
/**
|
|
@@ -2035,9 +2029,9 @@ export declare const setBackgroundColorAsync: (args?: SetBackgroundColorArgs | u
|
|
|
2035
2029
|
* @support
|
|
2036
2030
|
* | Platform | Apps |
|
|
2037
2031
|
* | ------------- | -------- |
|
|
2038
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2039
|
-
* | web |
|
|
2040
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2032
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2033
|
+
* | web | alipay |
|
|
2034
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2041
2035
|
*/
|
|
2042
2036
|
export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
|
|
2043
2037
|
/**
|
|
@@ -2045,9 +2039,9 @@ export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
|
|
|
2045
2039
|
* @support
|
|
2046
2040
|
* | Platform | Apps |
|
|
2047
2041
|
* | ------------- | -------- |
|
|
2048
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2049
|
-
* | web |
|
|
2050
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2042
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2043
|
+
* | web | alipay |
|
|
2044
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2051
2045
|
*/
|
|
2052
2046
|
export declare const setCanPullDownAsync: (args?: ({
|
|
2053
2047
|
canPullDown: boolean;
|
|
@@ -2057,8 +2051,8 @@ export declare const setCanPullDownAsync: (args?: ({
|
|
|
2057
2051
|
* @support
|
|
2058
2052
|
* | Platform | Apps |
|
|
2059
2053
|
* | ------------- | -------- |
|
|
2060
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2061
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2054
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2055
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2062
2056
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2063
2057
|
*/
|
|
2064
2058
|
export declare const setClipboard: PickMPAttr<'setClipboard'>;
|
|
@@ -2067,8 +2061,8 @@ export declare const setClipboard: PickMPAttr<'setClipboard'>;
|
|
|
2067
2061
|
* @support
|
|
2068
2062
|
* | Platform | Apps |
|
|
2069
2063
|
* | ------------- | -------- |
|
|
2070
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2071
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2064
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2065
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2072
2066
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2073
2067
|
*/
|
|
2074
2068
|
export declare const setClipboardAsync: (args?: SetClipboardArgs | undefined) => Promise<undefined>;
|
|
@@ -2077,8 +2071,8 @@ export declare const setClipboardAsync: (args?: SetClipboardArgs | undefined) =>
|
|
|
2077
2071
|
* @support
|
|
2078
2072
|
* | Platform | Apps |
|
|
2079
2073
|
* | ------------- | -------- |
|
|
2080
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2081
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2074
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2075
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2082
2076
|
* | web | demo,alipay |
|
|
2083
2077
|
*/
|
|
2084
2078
|
export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
|
|
@@ -2087,8 +2081,8 @@ export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
|
|
|
2087
2081
|
* @support
|
|
2088
2082
|
* | Platform | Apps |
|
|
2089
2083
|
* | ------------- | -------- |
|
|
2090
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2091
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2084
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2085
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2092
2086
|
* | web | demo,alipay |
|
|
2093
2087
|
*/
|
|
2094
2088
|
export declare const setKeepScreenOnAsync: (args?: SetKeepScreenOnArgs | undefined) => Promise<undefined>;
|
|
@@ -2097,8 +2091,8 @@ export declare const setKeepScreenOnAsync: (args?: SetKeepScreenOnArgs | undefin
|
|
|
2097
2091
|
* @support
|
|
2098
2092
|
* | Platform | Apps |
|
|
2099
2093
|
* | ------------- | -------- |
|
|
2100
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2101
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2094
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2095
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2102
2096
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2103
2097
|
*/
|
|
2104
2098
|
export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
|
|
@@ -2107,8 +2101,8 @@ export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
|
|
|
2107
2101
|
* @support
|
|
2108
2102
|
* | Platform | Apps |
|
|
2109
2103
|
* | ------------- | -------- |
|
|
2110
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2111
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2104
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2105
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2112
2106
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2113
2107
|
*/
|
|
2114
2108
|
export declare const setNavigationBarAsync: (args?: SetNavigationBarArgs | undefined) => Promise<undefined>;
|
|
@@ -2118,6 +2112,7 @@ export declare const setNavigationBarAsync: (args?: SetNavigationBarArgs | undef
|
|
|
2118
2112
|
* | ------------- | -------- |
|
|
2119
2113
|
* | mp | demo |
|
|
2120
2114
|
* | mp_web | demo,alipay |
|
|
2115
|
+
* | web | alipay |
|
|
2121
2116
|
*/
|
|
2122
2117
|
export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
|
|
2123
2118
|
/**
|
|
@@ -2126,6 +2121,7 @@ export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
|
|
|
2126
2121
|
* | ------------- | -------- |
|
|
2127
2122
|
* | mp | demo |
|
|
2128
2123
|
* | mp_web | demo,alipay |
|
|
2124
|
+
* | web | alipay |
|
|
2129
2125
|
*/
|
|
2130
2126
|
export declare const setOptionMenuAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
2131
2127
|
/**
|
|
@@ -2133,8 +2129,8 @@ export declare const setOptionMenuAsync: (args?: import("@hylid/call/lib/promisi
|
|
|
2133
2129
|
* @support
|
|
2134
2130
|
* | Platform | Apps |
|
|
2135
2131
|
* | ------------- | -------- |
|
|
2136
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2137
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2132
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2133
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2138
2134
|
* | web | demo,alipay |
|
|
2139
2135
|
*/
|
|
2140
2136
|
export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
|
|
@@ -2143,8 +2139,8 @@ export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
|
|
|
2143
2139
|
* @support
|
|
2144
2140
|
* | Platform | Apps |
|
|
2145
2141
|
* | ------------- | -------- |
|
|
2146
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2147
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2142
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2143
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2148
2144
|
* | web | demo,alipay |
|
|
2149
2145
|
*/
|
|
2150
2146
|
export declare const setScreenBrightnessAsync: (args?: SetScreenBrightnessArgs | undefined) => Promise<undefined>;
|
|
@@ -2153,8 +2149,8 @@ export declare const setScreenBrightnessAsync: (args?: SetScreenBrightnessArgs |
|
|
|
2153
2149
|
* @support
|
|
2154
2150
|
* | Platform | Apps |
|
|
2155
2151
|
* | ------------- | -------- |
|
|
2156
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2157
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2152
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2153
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2158
2154
|
* | web | demo,alipay,h5 |
|
|
2159
2155
|
*/
|
|
2160
2156
|
export declare const setStorage: PickMPAttr<'setStorage'>;
|
|
@@ -2163,8 +2159,8 @@ export declare const setStorage: PickMPAttr<'setStorage'>;
|
|
|
2163
2159
|
* @support
|
|
2164
2160
|
* | Platform | Apps |
|
|
2165
2161
|
* | ------------- | -------- |
|
|
2166
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2167
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2162
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2163
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2168
2164
|
* | web | demo,alipay,h5 |
|
|
2169
2165
|
*/
|
|
2170
2166
|
export declare const setStorageAsync: (args?: SetStorage | undefined) => Promise<undefined>;
|
|
@@ -2173,7 +2169,7 @@ export declare const setStorageAsync: (args?: SetStorage | undefined) => Promise
|
|
|
2173
2169
|
* @support
|
|
2174
2170
|
* | Platform | Apps |
|
|
2175
2171
|
* | ------------- | -------- |
|
|
2176
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2172
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2177
2173
|
* | web | h5 |
|
|
2178
2174
|
*/
|
|
2179
2175
|
export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
|
|
@@ -2182,9 +2178,9 @@ export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
|
|
|
2182
2178
|
* @support
|
|
2183
2179
|
* | Platform | Apps |
|
|
2184
2180
|
* | ------------- | -------- |
|
|
2185
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2186
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2187
|
-
* | web |
|
|
2181
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2182
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2183
|
+
* | web | alipay |
|
|
2188
2184
|
*/
|
|
2189
2185
|
export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
|
|
2190
2186
|
/**
|
|
@@ -2192,9 +2188,9 @@ export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
|
|
|
2192
2188
|
* @support
|
|
2193
2189
|
* | Platform | Apps |
|
|
2194
2190
|
* | ------------- | -------- |
|
|
2195
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2196
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2197
|
-
* | web |
|
|
2191
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2192
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2193
|
+
* | web | alipay |
|
|
2198
2194
|
*/
|
|
2199
2195
|
export declare const setTabBarStyleAsync: (args?: SetTabBarStyleArgs | undefined) => Promise<any>;
|
|
2200
2196
|
/**
|
|
@@ -2202,8 +2198,8 @@ export declare const setTabBarStyleAsync: (args?: SetTabBarStyleArgs | undefined
|
|
|
2202
2198
|
* @support
|
|
2203
2199
|
* | Platform | Apps |
|
|
2204
2200
|
* | ------------- | -------- |
|
|
2205
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2206
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2201
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2202
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2207
2203
|
* | web | demo,alipay |
|
|
2208
2204
|
*/
|
|
2209
2205
|
export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
|
|
@@ -2212,8 +2208,8 @@ export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
|
|
|
2212
2208
|
* @support
|
|
2213
2209
|
* | Platform | Apps |
|
|
2214
2210
|
* | ------------- | -------- |
|
|
2215
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2216
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2211
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2212
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2217
2213
|
* | web | demo,alipay |
|
|
2218
2214
|
*/
|
|
2219
2215
|
export declare const showActionSheetAsync: (args?: ShowActionSheetArgs | undefined) => Promise<any>;
|
|
@@ -2222,8 +2218,8 @@ export declare const showActionSheetAsync: (args?: ShowActionSheetArgs | undefin
|
|
|
2222
2218
|
* @support
|
|
2223
2219
|
* | Platform | Apps |
|
|
2224
2220
|
* | ------------- | -------- |
|
|
2225
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2226
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2221
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2222
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2227
2223
|
* | web | demo,alipay |
|
|
2228
2224
|
*/
|
|
2229
2225
|
export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
|
|
@@ -2232,8 +2228,8 @@ export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
|
|
|
2232
2228
|
* @support
|
|
2233
2229
|
* | Platform | Apps |
|
|
2234
2230
|
* | ------------- | -------- |
|
|
2235
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2236
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2231
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2232
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2237
2233
|
* | web | demo,alipay |
|
|
2238
2234
|
*/
|
|
2239
2235
|
export declare const showAuthGuideAsync: (args?: (import("@hylid/types").AsyncCallback<{
|
|
@@ -2249,8 +2245,8 @@ export declare const showAuthGuideAsync: (args?: (import("@hylid/types").AsyncCa
|
|
|
2249
2245
|
* @support
|
|
2250
2246
|
* | Platform | Apps |
|
|
2251
2247
|
* | ------------- | -------- |
|
|
2252
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2253
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2248
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2249
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2254
2250
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2255
2251
|
*/
|
|
2256
2252
|
export declare const showLoading: PickMPAttr<'showLoading'>;
|
|
@@ -2259,8 +2255,8 @@ export declare const showLoading: PickMPAttr<'showLoading'>;
|
|
|
2259
2255
|
* @support
|
|
2260
2256
|
* | Platform | Apps |
|
|
2261
2257
|
* | ------------- | -------- |
|
|
2262
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2263
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2258
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2259
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2264
2260
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2265
2261
|
*/
|
|
2266
2262
|
export declare const showLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -2269,8 +2265,8 @@ export declare const showLoadingAsync: (args?: import("@hylid/call/lib/promisify
|
|
|
2269
2265
|
* @support
|
|
2270
2266
|
* | Platform | Apps |
|
|
2271
2267
|
* | ------------- | -------- |
|
|
2272
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2273
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2268
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2269
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2274
2270
|
* | web | demo,alipay |
|
|
2275
2271
|
*/
|
|
2276
2272
|
export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
|
|
@@ -2279,8 +2275,8 @@ export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoad
|
|
|
2279
2275
|
* @support
|
|
2280
2276
|
* | Platform | Apps |
|
|
2281
2277
|
* | ------------- | -------- |
|
|
2282
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2283
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2278
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2279
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2284
2280
|
* | web | demo,alipay |
|
|
2285
2281
|
*/
|
|
2286
2282
|
export declare const showNavigationBarLoadingAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -2289,8 +2285,8 @@ export declare const showNavigationBarLoadingAsync: (args?: import("@hylid/call/
|
|
|
2289
2285
|
* @support
|
|
2290
2286
|
* | Platform | Apps |
|
|
2291
2287
|
* | ------------- | -------- |
|
|
2292
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2293
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2288
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
|
|
2289
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2294
2290
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2295
2291
|
*/
|
|
2296
2292
|
export declare const showToast: PickMPAttr<'showToast'>;
|
|
@@ -2299,8 +2295,8 @@ export declare const showToast: PickMPAttr<'showToast'>;
|
|
|
2299
2295
|
* @support
|
|
2300
2296
|
* | Platform | Apps |
|
|
2301
2297
|
* | ------------- | -------- |
|
|
2302
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2303
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2298
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,wechat |
|
|
2299
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2304
2300
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
2305
2301
|
*/
|
|
2306
2302
|
export declare const showToastAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -2309,8 +2305,8 @@ export declare const showToastAsync: (args?: import("@hylid/call/lib/promisify")
|
|
|
2309
2305
|
* @support
|
|
2310
2306
|
* | Platform | Apps |
|
|
2311
2307
|
* | ------------- | -------- |
|
|
2312
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2313
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2308
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2309
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2314
2310
|
* | web | demo,alipay |
|
|
2315
2311
|
*/
|
|
2316
2312
|
export declare const signContract: PickMPAttr<'signContract'>;
|
|
@@ -2319,8 +2315,8 @@ export declare const signContract: PickMPAttr<'signContract'>;
|
|
|
2319
2315
|
* @support
|
|
2320
2316
|
* | Platform | Apps |
|
|
2321
2317
|
* | ------------- | -------- |
|
|
2322
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2323
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2318
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2319
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2324
2320
|
* | web | demo,alipay |
|
|
2325
2321
|
*/
|
|
2326
2322
|
export declare const signContractAsync: (args?: SignContractArgs | undefined) => Promise<{
|
|
@@ -2368,8 +2364,8 @@ export declare const startBizServiceAsync: (args?: any) => Promise<unknown>;
|
|
|
2368
2364
|
* @support
|
|
2369
2365
|
* | Platform | Apps |
|
|
2370
2366
|
* | ------------- | -------- |
|
|
2371
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2372
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2367
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2368
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2373
2369
|
* | web | |
|
|
2374
2370
|
*/
|
|
2375
2371
|
export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
|
|
@@ -2378,8 +2374,8 @@ export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothD
|
|
|
2378
2374
|
* @support
|
|
2379
2375
|
* | Platform | Apps |
|
|
2380
2376
|
* | ------------- | -------- |
|
|
2381
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2382
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2377
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2378
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2383
2379
|
* | web | |
|
|
2384
2380
|
*/
|
|
2385
2381
|
export declare const startBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -2388,9 +2384,9 @@ export declare const startBluetoothDevicesDiscoveryAsync: (args?: import("@hylid
|
|
|
2388
2384
|
* @support
|
|
2389
2385
|
* | Platform | Apps |
|
|
2390
2386
|
* | ------------- | -------- |
|
|
2391
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2392
|
-
* | web |
|
|
2393
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2387
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2388
|
+
* | web | alipay |
|
|
2389
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2394
2390
|
*/
|
|
2395
2391
|
export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
|
|
2396
2392
|
/**
|
|
@@ -2398,9 +2394,9 @@ export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
|
|
|
2398
2394
|
* @support
|
|
2399
2395
|
* | Platform | Apps |
|
|
2400
2396
|
* | ------------- | -------- |
|
|
2401
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2402
|
-
* | web |
|
|
2403
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2397
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2398
|
+
* | web | alipay |
|
|
2399
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2404
2400
|
*/
|
|
2405
2401
|
export declare const startPullDownRefreshAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
2406
2402
|
/**
|
|
@@ -2408,8 +2404,8 @@ export declare const startPullDownRefreshAsync: (args?: import("@hylid/call/lib/
|
|
|
2408
2404
|
* @support
|
|
2409
2405
|
* | Platform | Apps |
|
|
2410
2406
|
* | ------------- | -------- |
|
|
2411
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2412
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2407
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2408
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2413
2409
|
* | web | |
|
|
2414
2410
|
*/
|
|
2415
2411
|
export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
|
|
@@ -2418,8 +2414,8 @@ export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDev
|
|
|
2418
2414
|
* @support
|
|
2419
2415
|
* | Platform | Apps |
|
|
2420
2416
|
* | ------------- | -------- |
|
|
2421
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2422
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2417
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2418
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2423
2419
|
* | web | |
|
|
2424
2420
|
*/
|
|
2425
2421
|
export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
@@ -2428,9 +2424,9 @@ export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/
|
|
|
2428
2424
|
* @support
|
|
2429
2425
|
* | Platform | Apps |
|
|
2430
2426
|
* | ------------- | -------- |
|
|
2431
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2432
|
-
* | web |
|
|
2433
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2427
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2428
|
+
* | web | alipay |
|
|
2429
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2434
2430
|
*/
|
|
2435
2431
|
export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
|
|
2436
2432
|
/**
|
|
@@ -2438,9 +2434,9 @@ export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
|
|
|
2438
2434
|
* @support
|
|
2439
2435
|
* | Platform | Apps |
|
|
2440
2436
|
* | ------------- | -------- |
|
|
2441
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2442
|
-
* | web |
|
|
2443
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2437
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2438
|
+
* | web | alipay |
|
|
2439
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2444
2440
|
*/
|
|
2445
2441
|
export declare const stopPullDownRefreshAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
2446
2442
|
/**
|
|
@@ -2448,9 +2444,9 @@ export declare const stopPullDownRefreshAsync: (args?: import("@hylid/call/lib/p
|
|
|
2448
2444
|
* @support
|
|
2449
2445
|
* | Platform | Apps |
|
|
2450
2446
|
* | ------------- | -------- |
|
|
2451
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2447
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2452
2448
|
* | web | |
|
|
2453
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2449
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2454
2450
|
*/
|
|
2455
2451
|
export declare const switchTab: PickMPAttr<'switchTab'>;
|
|
2456
2452
|
/**
|
|
@@ -2458,9 +2454,9 @@ export declare const switchTab: PickMPAttr<'switchTab'>;
|
|
|
2458
2454
|
* @support
|
|
2459
2455
|
* | Platform | Apps |
|
|
2460
2456
|
* | ------------- | -------- |
|
|
2461
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2457
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2462
2458
|
* | web | |
|
|
2463
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2459
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2464
2460
|
*/
|
|
2465
2461
|
export declare const switchTabAsync: (args?: SwitchTabArgs | undefined) => Promise<undefined>;
|
|
2466
2462
|
/**
|
|
@@ -2487,8 +2483,8 @@ export declare const thirdPartyAuthForAcAsync: (args?: any) => Promise<unknown>;
|
|
|
2487
2483
|
* @support
|
|
2488
2484
|
* | Platform | Apps |
|
|
2489
2485
|
* | ------------- | -------- |
|
|
2490
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2491
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2486
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2487
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2492
2488
|
* | web | demo,alipay |
|
|
2493
2489
|
*/
|
|
2494
2490
|
export declare const tradePay: PickMPAttr<'tradePay'>;
|
|
@@ -2498,8 +2494,8 @@ export declare const tradePay: PickMPAttr<'tradePay'>;
|
|
|
2498
2494
|
* @support
|
|
2499
2495
|
* | Platform | Apps |
|
|
2500
2496
|
* | ------------- | -------- |
|
|
2501
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2502
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2497
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2498
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2503
2499
|
* | web | demo,alipay |
|
|
2504
2500
|
*/
|
|
2505
2501
|
export declare const tradePayAsync: (args?: TradePayArgs | undefined) => Promise<{
|
|
@@ -2548,8 +2544,8 @@ export declare const uploadApdidTokenAsync: (args?: any) => Promise<unknown>;
|
|
|
2548
2544
|
* @support
|
|
2549
2545
|
* | Platform | Apps |
|
|
2550
2546
|
* | ------------- | -------- |
|
|
2551
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2552
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2547
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2548
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2553
2549
|
* | web | demo,alipay |
|
|
2554
2550
|
*/
|
|
2555
2551
|
export declare const uploadFile: PickMPAttr<'uploadFile'>;
|
|
@@ -2558,8 +2554,8 @@ export declare const uploadFile: PickMPAttr<'uploadFile'>;
|
|
|
2558
2554
|
* @support
|
|
2559
2555
|
* | Platform | Apps |
|
|
2560
2556
|
* | ------------- | -------- |
|
|
2561
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2562
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2557
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2558
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2563
2559
|
* | web | demo,alipay |
|
|
2564
2560
|
*/
|
|
2565
2561
|
export declare const uploadFileAsync: (args?: UploadFileArgs | undefined) => Promise<UploadFileCallbackValue>;
|
|
@@ -2568,8 +2564,8 @@ export declare const uploadFileAsync: (args?: UploadFileArgs | undefined) => Pro
|
|
|
2568
2564
|
* @support
|
|
2569
2565
|
* | Platform | Apps |
|
|
2570
2566
|
* | ------------- | -------- |
|
|
2571
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2572
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2567
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2568
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2573
2569
|
* | web | demo,alipay,tngdh5ng |
|
|
2574
2570
|
*/
|
|
2575
2571
|
export declare const vibrate: PickMPAttr<'vibrate'>;
|
|
@@ -2578,8 +2574,8 @@ export declare const vibrate: PickMPAttr<'vibrate'>;
|
|
|
2578
2574
|
* @support
|
|
2579
2575
|
* | Platform | Apps |
|
|
2580
2576
|
* | ------------- | -------- |
|
|
2581
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2582
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2577
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2578
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2583
2579
|
* | web | demo,alipay,tngdh5ng |
|
|
2584
2580
|
*/
|
|
2585
2581
|
export declare const vibrateAsync: (args?: AsyncCallback<void> | undefined) => Promise<void>;
|
|
@@ -2588,8 +2584,9 @@ export declare const vibrateAsync: (args?: AsyncCallback<void> | undefined) => P
|
|
|
2588
2584
|
* @support
|
|
2589
2585
|
* | Platform | Apps |
|
|
2590
2586
|
* | ------------- | -------- |
|
|
2591
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2592
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2587
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2588
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2589
|
+
* | web | alipay |
|
|
2593
2590
|
*/
|
|
2594
2591
|
export declare const watchShake: PickMPAttr<'watchShake'>;
|
|
2595
2592
|
/**
|
|
@@ -2597,8 +2594,9 @@ export declare const watchShake: PickMPAttr<'watchShake'>;
|
|
|
2597
2594
|
* @support
|
|
2598
2595
|
* | Platform | Apps |
|
|
2599
2596
|
* | ------------- | -------- |
|
|
2600
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2601
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2597
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2598
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2599
|
+
* | web | alipay |
|
|
2602
2600
|
*/
|
|
2603
2601
|
export declare const watchShakeAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise<any>;
|
|
2604
2602
|
/**
|
|
@@ -2606,8 +2604,8 @@ export declare const watchShakeAsync: (args?: import("@hylid/call/lib/promisify"
|
|
|
2606
2604
|
* @support
|
|
2607
2605
|
* | Platform | Apps |
|
|
2608
2606
|
* | ------------- | -------- |
|
|
2609
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2610
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2607
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2608
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2611
2609
|
* | web | demo |
|
|
2612
2610
|
*/
|
|
2613
2611
|
export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
|
|
@@ -2616,8 +2614,8 @@ export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteri
|
|
|
2616
2614
|
* @support
|
|
2617
2615
|
* | Platform | Apps |
|
|
2618
2616
|
* | ------------- | -------- |
|
|
2619
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2620
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2617
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2618
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2621
2619
|
* | web | demo |
|
|
2622
2620
|
*/
|
|
2623
2621
|
export declare const writeBLECharacteristicValueAsync: (args?: WriteBLECharacteristicValueArgs | undefined) => Promise<any>;
|
|
@@ -2634,7 +2632,7 @@ export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
|
|
|
2634
2632
|
* @support
|
|
2635
2633
|
* | Platform | Apps |
|
|
2636
2634
|
* | ------------- | -------- |
|
|
2637
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2635
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2638
2636
|
* | web | h5 |
|
|
2639
2637
|
*/
|
|
2640
2638
|
export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
|
|
@@ -2643,7 +2641,7 @@ export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
|
|
|
2643
2641
|
* @support
|
|
2644
2642
|
* | Platform | Apps |
|
|
2645
2643
|
* | ------------- | -------- |
|
|
2646
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2644
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2647
2645
|
* | web | |
|
|
2648
2646
|
* | mp_web | |
|
|
2649
2647
|
*/
|
|
@@ -2677,9 +2675,9 @@ export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
|
|
|
2677
2675
|
* @support
|
|
2678
2676
|
* | Platform | Apps |
|
|
2679
2677
|
* | ------------- | -------- |
|
|
2680
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2678
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2681
2679
|
* | web | |
|
|
2682
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2680
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2683
2681
|
*/
|
|
2684
2682
|
export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
|
|
2685
2683
|
/**
|
|
@@ -2687,9 +2685,9 @@ export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
|
|
|
2687
2685
|
* @support
|
|
2688
2686
|
* | Platform | Apps |
|
|
2689
2687
|
* | ------------- | -------- |
|
|
2690
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2688
|
+
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
2691
2689
|
* | web | |
|
|
2692
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,
|
|
2690
|
+
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
2693
2691
|
*/
|
|
2694
2692
|
export declare const showSharePanelAsync: (args?: any) => Promise<unknown>;
|
|
2695
2693
|
/**
|