public interface ChatBaseEvent
ClientCoreSDK.setChatBaseEvent(ChatBaseEvent)
方法设置之,可实现回调事件的通知和处理。ClientCoreSDK
限定符和类型 | 方法和说明 |
---|---|
void |
onKickout(net.x52im.mobileimsdk.server.protocal.s.PKickoutInfo kickoutInfo)
本的用户被服务端踢出的回调事件通知。
|
void |
onLinkClose(int errorCode)
与服务端的通信断开的回调事件通知。
|
void |
onLoginResponse(int errorCode)
本地用户的登陆结果回调事件通知。
|
void onLoginResponse(int errorCode)
errorCode
- 服务端反馈的登录结果:0 表示登陆成功,否则为服务端自定义的出错代码(按照约定通常为 大于或等于 1025的数)void onLinkClose(int errorCode)
errorCode
- 本回调参数表示表示连接断开的原因,目前错误码没有太多意义,仅作保留字段,目前通常为-1void onKickout(net.x52im.mobileimsdk.server.protocal.s.PKickoutInfo kickoutInfo)
kickoutInfo
- 被踢信息对象,PKickoutInfo
对象中的 code字段定义了被踢原因代码