|
Meeting SDK for Android API Reference
|
Handler interface for proxy setting operations. More...
Public Member Functions | |
| String | getProxyHost () |
| Gets the address of the proxy host. | |
| int | getProxyPort () |
| Gets the proxy port. | |
| String | getProxyDescription () |
| Gets the description of the proxy. | |
| void | inputUsernamePassword (String userName, String psw) |
| Inputs the username and password of the proxy. | |
| void | cancel () |
| Cancels inputting the username and password of the proxy. | |
Handler interface for proxy setting operations.
Definition at line 6 of file ProxySettingHandler.java.
| void us.zoom.sdk.ProxySettingHandler.cancel | ( | ) |
Cancels inputting the username and password of the proxy.
| String us.zoom.sdk.ProxySettingHandler.getProxyDescription | ( | ) |
Gets the description of the proxy.
| String us.zoom.sdk.ProxySettingHandler.getProxyHost | ( | ) |
Gets the address of the proxy host.
| int us.zoom.sdk.ProxySettingHandler.getProxyPort | ( | ) |
Gets the proxy port.
| void us.zoom.sdk.ProxySettingHandler.inputUsernamePassword | ( | String | userName, |
| String | psw ) |
Inputs the username and password of the proxy.
| userName | The username of the proxy. |
| psw | The password of the proxy. |