@tarojs/taro-h5
Version:
Taro h5 framework
26 lines (25 loc) • 3.09 kB
JavaScript
export { offAccelerometerChange, onAccelerometerChange, startAccelerometer, stopAccelerometer } from './accelerometer.js';
export { checkIsOpenAccessibility } from './accessibility.js';
export { getBatteryInfo, getBatteryInfoSync } from './battery.js';
export { closeBluetoothAdapter, getBluetoothAdapterState, getBluetoothDevices, getConnectedBluetoothDevices, isBluetoothDevicePaired, makeBluetoothPair, offBluetoothAdapterStateChange, offBluetoothDeviceFound, onBluetoothAdapterStateChange, onBluetoothDeviceFound, openBluetoothAdapter, startBluetoothDevicesDiscovery, stopBluetoothDevicesDiscovery } from './bluetooth.js';
export { closeBLEConnection, createBLEConnection, getBLEDeviceCharacteristics, getBLEDeviceRSSI, getBLEDeviceServices, getBLEMTU, notifyBLECharacteristicValueChange, offBLECharacteristicValueChange, offBLEConnectionStateChange, offBLEMTUChange, onBLECharacteristicValueChange, onBLEConnectionStateChange, onBLEMTUChange, readBLECharacteristicValue, setBLEMTU, writeBLECharacteristicValue } from './bluetooth-ble.js';
export { createBLEPeripheralServer, offBLEPeripheralConnectionStateChanged, onBLEPeripheralConnectionStateChanged } from './bluetooth-peripheral.js';
export { addPhoneCalendar, addPhoneRepeatCalendar } from './calendar.js';
export { getClipboardData, setClipboardData } from './clipboard.js';
export { offCompassChange, onCompassChange, startCompass, stopCompass } from './compass.js';
export { addPhoneContact, chooseContact } from './contact.js';
export { getRandomValues } from './crypto.js';
export { offGyroscopeChange, onGyroscopeChange, startGyroscope, stopGyroscope } from './gyroscope.js';
export { getBeacons, offBeaconServiceChange, offBeaconUpdate, onBeaconServiceChange, onBeaconUpdate, startBeaconDiscovery, stopBeaconDiscovery } from './iBeacon.js';
export { getSelectedTextRange, hideKeyboard, offKeyboardHeightChange, onKeyboardHeightChange } from './keyboard.js';
export { offMemoryWarning, onMemoryWarning } from './memory.js';
export { offDeviceMotionChange, onDeviceMotionChange, startDeviceMotionListening, stopDeviceMotionListening } from './motion.js';
export { getLocalIPAddress, getNetworkType, offNetworkStatusChange, offNetworkWeakChange, onNetworkStatusChange, onNetworkWeakChange } from './network.js';
export { getHCEState, getNFCAdapter, offHCEMessage, onHCEMessage, sendHCEMessage, startHCE, stopHCE } from './nfc.js';
export { makePhoneCall } from './phone.js';
export { scanCode } from './scan.js';
export { getScreenBrightness, getScreenRecordingState, offScreenRecordingStateChanged, offUserCaptureScreen, onScreenRecordingStateChanged, onUserCaptureScreen, setKeepScreenOn, setScreenBrightness, setVisualEffectOnCapture } from './screen.js';
export { sendSms } from './sms.js';
export { vibrateLong, vibrateShort } from './vibrate.js';
export { connectWifi, getConnectedWifi, getWifiList, offGetWifiList, offWifiConnected, offWifiConnectedWithPartialInfo, onGetWifiList, onWifiConnected, onWifiConnectedWithPartialInfo, setWifiList, startWifi, stopWifi } from './wifi.js';
//# sourceMappingURL=index.js.map