title: Taro.offGetWifiList(callback)
sidebar_label: offGetWifiList
Un-listens on the event of getting the list of Wi-Fi networks.
Type
(callback: (...args: any[]) => any) => void
Parameters
| Property | Type | Description |
|---|---|---|
| callback | (…args: any[]) => any |
The callback function for the event of getting the list of Wi-Fi networks. |
API Support
| API | WeChat Mini-Program | H5 | React Native |
|---|---|---|---|
| Taro.offGetWifiList | ✔️ |
