"主要原因为过时接口 ConversationBehaviorListener 的优先级高于 ConversationClickListener
如果定义了 ConversationBehaviorListener,事件会被其消费,ConversationClickListener 将无法收到事件
解决方法就是确认自己没有注册 ConversationBehaviorListener。
demo 中 initlistener 方法注册了 ConversationBehaviorListener,所以直接套用 demo 的初始化方法必然导致ConversationClickListener 收不到事件。" 详情查看:https://www.rongcloud.cn/?utm_source=SEO&utm_term=helloworld