Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ProxySettingHandler.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface ProxySettingHandler {
12 String getProxyHost();
13
20
27
34 void inputUsernamePassword(String userName, String psw);
35
39 void cancel();
40}
Handler interface for proxy setting operations.
String getProxyHost()
Gets the address of the proxy host.
String getProxyDescription()
Gets the description of the proxy.
void cancel()
Cancels inputting the username and password of the proxy.
int getProxyPort()
Gets the proxy port.
void inputUsernamePassword(String userName, String psw)
Inputs the username and password of the proxy.