bn.offNetworkStatusChange
▸ offNetworkStatusChange(cb
): void
Un-listens on Mini Program network status change event.
Parameters
Name | Type | Description |
---|---|---|
cb | OffNetworkStatusChangeCallback | Cancel the callback function for the network status change event. |
Returns
void
OffNetworkStatusChangeCallback
Ƭ OffNetworkStatusChangeCallback: () => void
Type declaration
▸ (): void
Returns
void