android.net
public
static
final
enum
android.net.NetworkConnectivityListener.State
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
This state is returned if there is connectivity to any network
This state is returned if there is no connectivity to any network. This is set
to true under two circumstances:
- When connectivity is lost to one network, and there is no other available
network to attempt to switch to.
- When connectivity is lost to one network, and the attempt to switch to
another network fails.
Public Methods
public
static
final
State[]
values()