Android APIs
Added in API level 21
public static interface

ConnectivityManager.OnNetworkActiveListener

android.net.ConnectivityManager.OnNetworkActiveListener

Class Overview

Callback for use with addDefaultNetworkActiveListener(ConnectivityManager.OnNetworkActiveListener) to find out when the system default network has gone in to a high power state.

Summary

Public Methods
abstract void onNetworkActive()
Called on the main thread of the process to report that the current data network has become active, and it is now a good time to perform any pending network operations.

Public Methods

public abstract void onNetworkActive ()

Added in API level 21

Called on the main thread of the process to report that the current data network has become active, and it is now a good time to perform any pending network operations. Note that this listener only tells you when the network becomes active; if at any other time you want to know whether it is active (and thus okay to initiate network traffic), you can retrieve its instantaneous state with isDefaultNetworkActive().