问题描述
public void onMessageReceived(List<EMMessage> list) { //收到消息 Toast.makeText(getApplicationContext(), "接收消息", Toast.LENGTH_SHORT).show(); tvText.setText(list.get(list.size()).toString()); } 怎么判断message的类型
解决方案
message.getChatType() 获取消息类型
时间: 2024-10-22 17:08:47