mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
add missing methods.
This commit is contained in:
parent
17796cf9d9
commit
6666f049b6
1 changed files with 4 additions and 0 deletions
|
|
@ -68,4 +68,8 @@ public interface LinphoneProxyConfig {
|
|||
* @return may be null
|
||||
*/
|
||||
public String getDomain();
|
||||
public String getIdentity();
|
||||
public String getProxy();
|
||||
public boolean registerEnabled();
|
||||
public boolean isRegistered();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue