UNPKG

765 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 蓝牙-信标(Beacon)
4const stopBeaconDiscovery = temporarilyNotSupport('stopBeaconDiscovery');
5const startBeaconDiscovery = temporarilyNotSupport('startBeaconDiscovery');
6const onBeaconUpdate = temporarilyNotSupport('onBeaconUpdate');
7const onBeaconServiceChange = temporarilyNotSupport('onBeaconServiceChange');
8const offBeaconUpdate = temporarilyNotSupport('offBeaconUpdate');
9const offBeaconServiceChange = temporarilyNotSupport('offBeaconServiceChange');
10const getBeacons = temporarilyNotSupport('getBeacons');
11
12export { getBeacons, offBeaconServiceChange, offBeaconUpdate, onBeaconServiceChange, onBeaconUpdate, startBeaconDiscovery, stopBeaconDiscovery };
13//# sourceMappingURL=iBeacon.js.map