@tarojs/taro-h5
Version:
Taro h5 framework
14 lines (11 loc) • 765 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 蓝牙-信标(Beacon)
const stopBeaconDiscovery = temporarilyNotSupport('stopBeaconDiscovery');
const startBeaconDiscovery = temporarilyNotSupport('startBeaconDiscovery');
const onBeaconUpdate = temporarilyNotSupport('onBeaconUpdate');
const onBeaconServiceChange = temporarilyNotSupport('onBeaconServiceChange');
const offBeaconUpdate = temporarilyNotSupport('offBeaconUpdate');
const offBeaconServiceChange = temporarilyNotSupport('offBeaconServiceChange');
const getBeacons = temporarilyNotSupport('getBeacons');
export { getBeacons, offBeaconServiceChange, offBeaconUpdate, onBeaconServiceChange, onBeaconUpdate, startBeaconDiscovery, stopBeaconDiscovery };
//# sourceMappingURL=iBeacon.js.map