You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
239 lines
4.3 KiB
239 lines
4.3 KiB
const base = [
|
|
'base64ToArrayBuffer',
|
|
'arrayBufferToBase64',
|
|
'addInterceptor',
|
|
'removeInterceptor'
|
|
]
|
|
|
|
const network = [
|
|
'request',
|
|
'uploadFile',
|
|
'downloadFile',
|
|
'connectSocket',
|
|
'onSocketOpen',
|
|
'onSocketError',
|
|
'sendSocketMessage',
|
|
'onSocketMessage',
|
|
'closeSocket',
|
|
'onSocketClose',
|
|
'getUpdateManager'
|
|
]
|
|
|
|
const route = [
|
|
'navigateTo',
|
|
'redirectTo',
|
|
'reLaunch',
|
|
'switchTab',
|
|
'navigateBack'
|
|
]
|
|
|
|
const storage = [
|
|
'setStorage',
|
|
'setStorageSync',
|
|
'getStorage',
|
|
'getStorageSync',
|
|
'getStorageInfo',
|
|
'getStorageInfoSync',
|
|
'removeStorage',
|
|
'removeStorageSync',
|
|
'clearStorage',
|
|
'clearStorageSync'
|
|
]
|
|
|
|
const location = [
|
|
'getLocation',
|
|
'chooseLocation',
|
|
'openLocation',
|
|
'createMapContext'
|
|
]
|
|
|
|
const media = [
|
|
'chooseImage',
|
|
'previewImage',
|
|
'getImageInfo',
|
|
'saveImageToPhotosAlbum',
|
|
'compressImage',
|
|
'getRecorderManager',
|
|
'getBackgroundAudioManager',
|
|
'createAudioContext',
|
|
'createInnerAudioContext',
|
|
'chooseVideo',
|
|
'saveVideoToPhotosAlbum',
|
|
'createVideoContext',
|
|
'createCameraContext',
|
|
'createLivePlayerContext',
|
|
'createLivePusherContext'
|
|
]
|
|
|
|
const device = [
|
|
'getSystemInfo',
|
|
'getSystemInfoSync',
|
|
'canIUse',
|
|
'onMemoryWarning',
|
|
'getNetworkType',
|
|
'onNetworkStatusChange',
|
|
'onAccelerometerChange',
|
|
'startAccelerometer',
|
|
'stopAccelerometer',
|
|
'onCompassChange',
|
|
'startCompass',
|
|
'stopCompass',
|
|
'onGyroscopeChange',
|
|
'startGyroscope',
|
|
'stopGyroscope',
|
|
'makePhoneCall',
|
|
'scanCode',
|
|
'setClipboardData',
|
|
'getClipboardData',
|
|
'setScreenBrightness',
|
|
'getScreenBrightness',
|
|
'setKeepScreenOn',
|
|
'onUserCaptureScreen',
|
|
'vibrateLong',
|
|
'vibrateShort',
|
|
'addPhoneContact',
|
|
'openBluetoothAdapter',
|
|
'startBluetoothDevicesDiscovery',
|
|
'onBluetoothDeviceFound',
|
|
'stopBluetoothDevicesDiscovery',
|
|
'onBluetoothAdapterStateChange',
|
|
'getConnectedBluetoothDevices',
|
|
'getBluetoothDevices',
|
|
'getBluetoothAdapterState',
|
|
'closeBluetoothAdapter',
|
|
'writeBLECharacteristicValue',
|
|
'readBLECharacteristicValue',
|
|
'onBLEConnectionStateChange',
|
|
'onBLECharacteristicValueChange',
|
|
'notifyBLECharacteristicValueChange',
|
|
'getBLEDeviceServices',
|
|
'getBLEDeviceCharacteristics',
|
|
'createBLEConnection',
|
|
'closeBLEConnection',
|
|
'setBLEMTU',
|
|
'getBLEDeviceRSSI',
|
|
'onBeaconServiceChange',
|
|
'onBeaconUpdate',
|
|
'getBeacons',
|
|
'startBeaconDiscovery',
|
|
'stopBeaconDiscovery',
|
|
'checkIsSupportSoterAuthentication',
|
|
'checkIsSoterEnrolledInDevice',
|
|
'startSoterAuthentication',
|
|
'onThemeChange',
|
|
'onUIStyleChange'
|
|
]
|
|
|
|
const keyboard = [
|
|
'hideKeyboard',
|
|
'onKeyboardHeightChange'
|
|
]
|
|
|
|
const ui = [
|
|
'showToast',
|
|
'hideToast',
|
|
'showLoading',
|
|
'hideLoading',
|
|
'showModal',
|
|
'showActionSheet',
|
|
'setNavigationBarTitle',
|
|
'setNavigationBarColor',
|
|
'showNavigationBarLoading',
|
|
'hideNavigationBarLoading',
|
|
'setTabBarItem',
|
|
'setTabBarStyle',
|
|
'hideTabBar',
|
|
'showTabBar',
|
|
'setTabBarBadge',
|
|
'removeTabBarBadge',
|
|
'showTabBarRedDot',
|
|
'hideTabBarRedDot',
|
|
'onTabBarMidButtonTap',
|
|
'setBackgroundColor',
|
|
'setBackgroundTextStyle',
|
|
'createAnimation',
|
|
'pageScrollTo',
|
|
'onWindowResize',
|
|
'offWindowResize',
|
|
'loadFontFace',
|
|
'startPullDownRefresh',
|
|
'stopPullDownRefresh',
|
|
'createSelectorQuery',
|
|
'createIntersectionObserver',
|
|
'getMenuButtonBoundingClientRect'
|
|
]
|
|
|
|
const event = [
|
|
'$emit',
|
|
'$on',
|
|
'$once',
|
|
'$off'
|
|
]
|
|
|
|
const file = [
|
|
'saveFile',
|
|
'getSavedFileList',
|
|
'getSavedFileInfo',
|
|
'removeSavedFile',
|
|
'getFileInfo',
|
|
'openDocument',
|
|
'getFileSystemManager'
|
|
]
|
|
|
|
const canvas = [
|
|
'createOffscreenCanvas',
|
|
'createCanvasContext',
|
|
'canvasToTempFilePath',
|
|
'canvasPutImageData',
|
|
'canvasGetImageData'
|
|
]
|
|
|
|
const third = [
|
|
'getProvider',
|
|
'login',
|
|
'checkSession',
|
|
'getUserInfo',
|
|
'share',
|
|
'shareWithSystem',
|
|
'showShareMenu',
|
|
'hideShareMenu',
|
|
'requestPayment',
|
|
'subscribePush',
|
|
'unsubscribePush',
|
|
'onPush',
|
|
'offPush',
|
|
'requireNativePlugin',
|
|
'upx2px',
|
|
'restoreGlobal',
|
|
'getSubNVueById',
|
|
'getCurrentSubNVue',
|
|
'setPageMeta',
|
|
'onNativeEventReceive',
|
|
'sendNativeEvent',
|
|
'preloadPage',
|
|
'unPreloadPage',
|
|
'loadSubPackage'
|
|
]
|
|
|
|
const ad = [
|
|
'createRewardedVideoAd'
|
|
]
|
|
|
|
const apis = [
|
|
...base,
|
|
...network,
|
|
...route,
|
|
...storage,
|
|
...location,
|
|
...media,
|
|
...device,
|
|
...keyboard,
|
|
...ui,
|
|
...event,
|
|
...file,
|
|
...canvas,
|
|
...third,
|
|
...ad
|
|
]
|
|
|
|
module.exports = apis
|
|
|