wx.onBeaconUpdate(function callback)
基础库 1.2.0 开始支持,低版本需做兼容处理。
监听 iBeacon 设备更新事件,仅能注册一个监听
参数
function callback
iBeacon 设备更新事件的回调函数
参数
Object res
属性 | 类型 | 说明 |
---|---|---|
beacons | Array.<IBeaconInfo> | 当前搜寻到的所有 iBeacon 设备列表 |
基础库 1.2.0 开始支持,低版本需做兼容处理。
监听 iBeacon 设备更新事件,仅能注册一个监听
iBeacon 设备更新事件的回调函数
属性 | 类型 | 说明 |
---|---|---|
beacons | Array.<IBeaconInfo> | 当前搜寻到的所有 iBeacon 设备列表 |
本文档使用 BookStack 构建