Taro.offBeaconServiceChange(callback)
Un-listens on the iBeacon service status change event.
Type
(callback: (res: CallbackResult) => void) => void
Parameters
Property | Type | Description |
---|---|---|
callback | (res: CallbackResult) => void | The callback function for the iBeacon service status change event. |
API Support
API | WeChat Mini-Program | H5 | React Native |
---|---|---|---|
Taro.offBeaconServiceChange | ✔️ |