| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- [{
- "name": "base",
- "title": "基础",
- "apiList": {
- "uni.getSystemInfo": true,
- "uni.getSystemInfoSync": true,
- "uni.canIUse": true,
- "uni.upx2px": true,
- "uni.navigateTo": true,
- "uni.redirectTo": true,
- "uni.switchTab": true,
- "uni.reLaunch": true,
- "uni.navigateBack": true
- }
- }, {
- "name": "network",
- "title": "网络",
- "apiList": {
- "uni.request": true,
- "uni.connectSocket": true,
- "uni.sendSocketMessage": true,
- "uni.closeSocket": true,
- "uni.onSocketOpen": true,
- "uni.onSocketError": true,
- "uni.onSocketMessage": true,
- "uni.onSocketClose": true,
- "uni.downloadFile": true,
- "uni.uploadFile": true
- }
- }, {
- "name": "storage",
- "title": "数据缓存",
- "apiList": {
- "uni.setStorage": true,
- "uni.setStorageSync": true,
- "uni.getStorage": true,
- "uni.getStorageSync": true,
- "uni.removeStorage": true,
- "uni.removeStorageSync": true,
- "uni.clearStorage": true,
- "uni.clearStorageSync": true,
- "uni.getStorageInfo": true,
- "uni.getStorageInfoSync": true
- }
- }, {
- "name": "location",
- "title": "位置",
- "apiList": {
- "uni.getLocation": true,
- "uni.openLocation": true,
- "uni.chooseLocation": true
- }
- }, {
- "name": "media",
- "title": "媒体",
- "apiList": {
- "uni.chooseImage": true,
- "uni.previewImage": true,
- "uni.getImageInfo": true,
- "uni.saveImageToPhotosAlbum": true,
- "uni.compressImage": true,
- "uni.getRecorderManager": true,
- "uni.getBackgroundAudioManager": true,
- "uni.createInnerAudioContext": true,
- "uni.chooseVideo": true,
- "uni.saveVideoToPhotosAlbum": true,
- "uni.createVideoContext": true,
- "uni.createCameraContext": true,
- "uni.createLivePlayerContext": true,
- "uni.createLivePusherContext": true
- }
- }, {
- "name": "device",
- "title": "设备",
- "apiList": {
- "uni.onMemoryWarning": true,
- "uni.getNetworkType": true,
- "uni.onNetworkStatusChange": true,
- "uni.onAccelerometerChange": true,
- "uni.startAccelerometer": true,
- "uni.stopAccelerometer": true,
- "uni.onCompassChange": true,
- "uni.startCompass": true,
- "uni.stopCompass": true,
- "uni.onGyroscopeChange": true,
- "uni.startGyroscope": true,
- "uni.stopGyroscope": true,
- "uni.makePhoneCall": true,
- "uni.scanCode": true,
- "uni.setClipboardData": true,
- "uni.getClipboardData": true,
- "uni.setScreenBrightness": true,
- "uni.getScreenBrightness": true,
- "uni.setKeepScreenOn": true,
- "uni.onUserCaptureScreen": true,
- "uni.vibrateLong": true,
- "uni.vibrateShort": true,
- "uni.addPhoneContact": true,
- "uni.openBluetoothAdapter": true,
- "uni.startBluetoothDevicesDiscovery": true,
- "uni.onBluetoothDeviceFound": true,
- "uni.stopBluetoothDevicesDiscovery": true,
- "uni.onBluetoothAdapterStateChange": true,
- "uni.getConnectedBluetoothDevices": true,
- "uni.getBluetoothDevices": true,
- "uni.getBluetoothAdapterState": true,
- "uni.closeBluetoothAdapter": true,
- "uni.writeBLECharacteristicValue": true,
- "uni.readBLECharacteristicValue": true,
- "uni.onBLEConnectionStateChange": true,
- "uni.onBLECharacteristicValueChange": true,
- "uni.notifyBLECharacteristicValueChange": true,
- "uni.getBLEDeviceServices": true,
- "uni.getBLEDeviceCharacteristics": true,
- "uni.createBLEConnection": true,
- "uni.closeBLEConnection": true,
- "uni.onBeaconServiceChange": true,
- "uni.onBeaconUpdate": true,
- "uni.getBeacons": true,
- "uni.startBeaconDiscovery": true,
- "uni.stopBeaconDiscovery": true,
- "uni.onUIStyleChange": true
- }
- }, {
- "name": "ui",
- "title": "界面",
- "apiList": {
- "uni.showToast": true,
- "uni.hideToast": true,
- "uni.showLoading": true,
- "uni.hideLoading": true,
- "uni.showModal": true,
- "uni.showActionSheet": true,
- "uni.setNavigationBarTitle": true,
- "uni.setNavigationBarColor": true,
- "uni.showNavigationBarLoading": true,
- "uni.hideNavigationBarLoading": true,
- "uni.setTabBarItem": true,
- "uni.setTabBarStyle": true,
- "uni.hideTabBar": true,
- "uni.showTabBar": true,
- "uni.setTabBarBadge": true,
- "uni.removeTabBarBadge": true,
- "uni.showTabBarRedDot": true,
- "uni.hideTabBarRedDot": true,
- "uni.setBackgroundColor": true,
- "uni.setBackgroundTextStyle": true,
- "uni.createAnimation": true,
- "uni.pageScrollTo": true,
- "uni.onWindowResize": true,
- "uni.offWindowResize": true,
- "uni.loadFontFace": true,
- "uni.startPullDownRefresh": true,
- "uni.stopPullDownRefresh": true,
- "uni.createSelectorQuery": true,
- "uni.createIntersectionObserver": true,
- "uni.hideKeyboard": true,
- "uni.onKeyboardHeightChange": true
- }
- }, {
- "name": "event",
- "title": "页面通讯",
- "apiList": {
- "uni.$emit": true,
- "uni.$on": true,
- "uni.$once": true,
- "uni.$off": true
- }
- }, {
- "name": "file",
- "title": "文件",
- "apiList": {
- "uni.saveFile": true,
- "uni.getSavedFileList": true,
- "uni.getSavedFileInfo": true,
- "uni.removeSavedFile": true,
- "uni.getFileInfo": true,
- "uni.openDocument": true,
- "uni.getFileSystemManager": true
- }
- }, {
- "name": "canvas",
- "title": "绘画",
- "apiList": {
- "uni.createOffscreenCanvas": true,
- "uni.createCanvasContext": true,
- "uni.canvasToTempFilePath": true,
- "uni.canvasPutImageData": true,
- "uni.canvasGetImageData": true
- }
- }, {
- "name": "third",
- "title": "第三方服务",
- "apiList": {
- "uni.getProvider": true,
- "uni.login": true,
- "uni.checkSession": true,
- "uni.getUserInfo": true,
- "uni.share": true,
- "uni.showShareMenu": true,
- "uni.hideShareMenu": true,
- "uni.requestPayment": true,
- "uni.subscribePush": true,
- "uni.unsubscribePush": true,
- "uni.onPush": true,
- "uni.offPush": true,
- "uni.requireNativePlugin": true,
- "uni.base64ToArrayBuffer": true,
- "uni.arrayBufferToBase64": true
- }
- }, {
- "name": "ad",
- "title": "广告",
- "apiList": {
- "uni.createRewardedVideoAd": true
- }
- }]
|