forked from mirrors/linphone-iphone
add isNetworkStateReachable to java api
This commit is contained in:
parent
1941a1f96e
commit
a9817ef514
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue