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
  'saveImageToPhotosAlbum',
  'getRecorderManager',
  'saveVideoToPhotosAlbum',
  'createCameraContext',
  'createLivePlayerContext',
  'saveFile',
  'getSavedFileList',
  'getSavedFileInfo',
  'removeSavedFileInfo',
  'onMemoryWarning',
  'onGyroscopeChange',
  'startGyroscope',
  'stopGyroscope',
fxy060608's avatar
fxy060608 已提交
15
  'scanCode',
X
xiaoyucoding 已提交
16 17
  'setClipboardData',
  'getClipboardData',
fxy060608's avatar
fxy060608 已提交
18 19 20
  'setScreenBrightness',
  'getScreenBrightness',
  'setKeepScreenOn',
X
xiaoyucoding 已提交
21
  'onUserCaptureScreen',
fxy060608's avatar
fxy060608 已提交
22
  'addPhoneContact',
X
xiaoyucoding 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
  '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 已提交
48
  'getProvider',
fxy060608's avatar
fxy060608 已提交
49
  'login',
X
xiaoyucoding 已提交
50
  'checkSession',
X
xiaoyucoding 已提交
51
  'getUserInfo',
fxy060608's avatar
fxy060608 已提交
52
  'share',
X
xiaoyucoding 已提交
53 54 55
  'onShareAppMessage',
  'showShareMenu',
  'hideShareMenu',
X
xiaoyucoding 已提交
56 57 58 59 60
  'requestPayment',
  'subscribePush',
  'unsubscribePush',
  'onPush',
  'offPush'
fxy060608's avatar
fxy060608 已提交
61
]