public interface IMentionedInputListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onMentionedInput(Conversation.ConversationType conversationType,
java.lang.String targetId)
当启动@功能,即在rc_config.xml中设置rc_enable_mentioned_message 为true后,该方法用于设置在群组或者讨论组中,输入@时的监听。
如果
onMentionedInput(Conversation.ConversationType, String)返回true, 则您自己处理显示@成员
的选择界面;如果返回false, 则会显示融云SDK默认@成员选择界面。 |
boolean onMentionedInput(Conversation.ConversationType conversationType,
java.lang.String targetId)
onMentionedInput(Conversation.ConversationType, String)返回true, 则您自己处理显示@成员
的选择界面;如果返回false, 则会显示融云SDK默认@成员选择界面。conversationType - 会话类型targetId - 会话 id