title: Taro.offBeaconUpdate(callback)
sidebar_label: offBeaconUpdate
取消监听 iBeacon 设备更新事件
支持情况:
类型
(callback: (res: TaroGeneral.IBeaconError) => void) => void
参数
参数 | 类型 | 说明 |
---|---|---|
callback | (res: TaroGeneral.IBeaconError) => void |
iBeacon 设备更新事件的回调函数 |