public interface OnChatReceiveListener
限定符和类型 | 方法和说明 |
---|---|
int |
onGetOfflineMessage()
当前账户需要获取离线消息的数量
|
void |
onOfflineMessageCount(int count)
当前账户离线消息数量
|
void |
onReceiveDeskMessage(ECMessage msg)
客户消息
|
void |
OnReceivedMessage(ECMessage msg)
收到新的消息
|
void |
OnReceiveGroupNoticeMessage(ECGroupNoticeMessage notice)
收到新的群组通知消息
|
void |
onReceiveMessageNotify(ECMessageNotify notify)
收到新的消息命令通知
|
void |
onReceiveOfflineMessage(java.util.List<ECMessage> msgs)
接收到离线消息回调
|
void |
onReceiveOfflineMessageCompletion()
离线消息拉取完成
|
void |
onServicePersonVersion(int version)
个人信息版本号
|
void |
onSoftVersion(java.lang.String version,
int sUpdateMode)
已过时。
|
void onReceiveMessageNotify(ECMessageNotify notify)
notify
- 消息命令void OnReceiveGroupNoticeMessage(ECGroupNoticeMessage notice)
notice
- 群组通知消息void onOfflineMessageCount(int count)
count
- 离线消息总数int onGetOfflineMessage()
void onReceiveOfflineMessage(java.util.List<ECMessage> msgs)
msgs
- 离线消息void onReceiveOfflineMessageCompletion()
void onServicePersonVersion(int version)
version
- 版本号void onReceiveDeskMessage(ECMessage msg)
msg
- 客服消息@Deprecated void onSoftVersion(java.lang.String version, int sUpdateMode)
Copyright © 2017 All rights reserved.