public interface NetworkConnectionListener
extends us.zoom.androidlib.util.IListener
Modifier and Type | Method and Description |
---|---|
void |
onProxySettingNotification(ProxySettingHandler handler)
The callback will be triggered if the proxy requests to input the username and password.
|
void |
onSSLCertVerifyNotification(SSLCertVerificationHandler handler)
The callback will be triggered when the SSL is verified.
|
void onProxySettingNotification(ProxySettingHandler handler)
handler
- Use the handler to configure the related information. For more details, see ProxySettingHandler
.void onSSLCertVerifyNotification(SSLCertVerificationHandler handler)
handler
- Use the handler to check the related information. For more details, see SSLCertVerificationHandler