Package com.castlabs.android.network
Interface ConnectivityCheck
-
- All Known Implementing Classes:
DefaultConnectivityCheck
,GoogleDNSConnectivityCheck
,SocketConnectivityCheck
public interface ConnectivityCheck
Implementations 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 boolean
isConnected()
Returns true if an internet connection is available
-