io.keen.client.android
Class AndroidNetworkStatusHandler

java.lang.Object
  extended by io.keen.client.android.AndroidNetworkStatusHandler
All Implemented Interfaces:
io.keen.client.java.KeenNetworkStatusHandler

public class AndroidNetworkStatusHandler
extends Object
implements io.keen.client.java.KeenNetworkStatusHandler

This class implements the KeenNetworkStatusHandler. It uses the available native android functions for checking the network status.

Since:
2.1.0

Constructor Summary
AndroidNetworkStatusHandler(android.content.Context context)
           
 
Method Summary
 boolean isNetworkConnected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidNetworkStatusHandler

public AndroidNetworkStatusHandler(android.content.Context context)
Method Detail

isNetworkConnected

public boolean isNetworkConnected()
Specified by:
isNetworkConnected in interface io.keen.client.java.KeenNetworkStatusHandler