todo-api.js 1.5 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1
export default [
X
xiaoyucoding 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15
  'saveImageToPhotosAlbum',
  'getRecorderManager',
  'getBackgroundAudioManager',
  'saveVideoToPhotosAlbum',
  'createCameraContext',
  'createLivePlayerContext',
  'saveFile',
  'getSavedFileList',
  'getSavedFileInfo',
  'removeSavedFileInfo',
  'onMemoryWarning',
  'onGyroscopeChange',
  'startGyroscope',
  'stopGyroscope',
fxy060608's avatar
fxy060608 已提交
16
  'scanCode',
X
xiaoyucoding 已提交
17 18
  'setClipboardData',
  'getClipboardData',
fxy060608's avatar
fxy060608 已提交
19 20 21
  'setScreenBrightness',
  'getScreenBrightness',
  'setKeepScreenOn',
X
xiaoyucoding 已提交
22
  'onUserCaptureScreen',
fxy060608's avatar
fxy060608 已提交
23
  'addPhoneContact',
X
xiaoyucoding 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
  'openBluetoothAdapter',
  'startBluetoothDevicesDiscovery',
  'onBluetoothDeviceFound',
  'stopBluetoothDevicesDiscovery',
  'onBluetoothAdapterStateChange',
  'getConnectedBluetoothDevices',
  'getBluetoothDevices',
  'getBluetoothAdapterState',
  'closeBluetoothAdapter',
  'writeBLECharacteristicValue',
  'readBLECharacteristicValue',
  'onBLEConnectionStateChange',
  'onBLECharacteristicValueChange',
  'notifyBLECharacteristicValueChange',
  'getBLEDeviceServices',
  'getBLEDeviceCharacteristics',
  'createBLEConnection',
  'closeBLEConnection',
  'onBeaconServiceChange',
  'onBeaconUpdate',
  'getBeacons',
  'startBeaconDiscovery',
  'stopBeaconDiscovery',
  'setBackgroundColor',
  'setBackgroundTextStyle',
X
xiaoyucoding 已提交
49
  'getProvider',
fxy060608's avatar
fxy060608 已提交
50
  'login',
X
xiaoyucoding 已提交
51
  'checkSession',
X
xiaoyucoding 已提交
52
  'getUserInfo',
fxy060608's avatar
fxy060608 已提交
53
  'share',
X
xiaoyucoding 已提交
54 55 56
  'onShareAppMessage',
  'showShareMenu',
  'hideShareMenu',
X
xiaoyucoding 已提交
57 58 59 60 61
  'requestPayment',
  'subscribePush',
  'unsubscribePush',
  'onPush',
  'offPush'
fxy060608's avatar
fxy060608 已提交
62
]