add isNetworkStateReachable to java api

This commit is contained in:
Jehan Monnier 2010-11-26 20:01:33 +01:00
parent 1941a1f96e
commit a9817ef514

View file

@ -164,6 +164,11 @@ public interface LinphoneCore {
*
*/
public void setNetworkStateReachable(boolean isReachable);
/**
*
* @return if false, there is no network connection.
*/
public boolean setNetworkStateReachable();
/**
* destroy linphone core and free all underlying resources
*/