Package com.castlabs.android.network
Interface ConnectivityCheck
-
- All Known Implementing Classes:
DefaultConnectivityCheck,GoogleDNSConnectivityCheck,SocketConnectivityCheck
public interface ConnectivityCheckImplementations of this interface allow to check for internet connectivity.- Since:
- 3.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConnected()Returns true if an internet connection is available
-