hasNetworkConnection
Check if the device is connected to the internet Sample usage
if(context.hasNetworkConnection()) {
// do something
}Content copied to clipboard
Return
true if connected, false otherwise
Check if the device is connected to the internet Sample usage
if(context.hasNetworkConnection()) {
// do something
}true if connected, false otherwise