- l
- The listener to be told when the network is active.
Start listening to reports when the system's default data network is active, meaning it is a good time to perform network traffic. Use ConnectivityManager.IsDefaultNetworkActive to determine the current state of the system's default network after registering the listener.
If the process default network has been set with ConnectivityManager.SetProcessDefaultNetwork(Network) this function will not reflect the process's default, but the system default.