Taro.offWifiConnected(callback)
Un-listens on the event of connecting to the Wi-Fi network.
Type
(callback: (...args: any[]) => any) => void
Parameters
Property | Type | Description |
---|---|---|
callback | (...args: any[]) => any | The callback function for event of connecting to the Wi-Fi network. |
API Support
API | WeChat Mini-Program | H5 | React Native |
---|---|---|---|
Taro.offWifiConnected | ✔️ |