public interface IYWConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
onDisconnect(int code,
java.lang.String info)
与服务器连接断开,可能是密码失效,详见错误码
YWLoginCode |
void |
onReConnected()
后台重新登录成功后的回调
|
void |
onReConnecting()
后台重新登录中的登录回调
|
void onDisconnect(int code, java.lang.String info)
YWLoginCode
code
- 错误码info
- 错误提示文案void onReConnecting()
void onReConnected()