public interface HandleMessageListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onErrorMsg(int errorCode)
错误消息
|
void |
onEventMsg(Msg4Event msg)
收到事件推送消息
|
void |
onImageMsg(Msg4Image msg)
收到图片消息
|
void |
onLinkMsg(Msg4Link msg)
收到链接消息
|
void |
onLocationMsg(Msg4Location msg)
收到地理位置消息
|
void |
onTextMsg(Msg4Text msg)
收到文本消息
|
void |
onVideoMsg(Msg4Video msg)
视频消息
|
void |
onVoiceMsg(Msg4Voice msg)
语音识别消息
|
void onTextMsg(Msg4Text msg)
msg - 消息void onImageMsg(Msg4Image msg)
msg - 消息void onEventMsg(Msg4Event msg)
msg - 消息void onLinkMsg(Msg4Link msg)
msg - 消息void onLocationMsg(Msg4Location msg)
msg - 消息void onVoiceMsg(Msg4Voice msg)
msg - 消息void onErrorMsg(int errorCode)
errorCode - 错误码void onVideoMsg(Msg4Video msg)
msg - 消息Copyright © 2018. All rights reserved.