public interface IExtensionProxy
RongExtensionManager.setExtensionProxy(IExtensionProxy)
进行设置;
请在 Application 初始化时设置,已保证显示不会错乱。限定符和类型 | 方法和说明 |
---|---|
IExtensionModule |
onPreLoadEmoticons(Conversation.ConversationType conversationType,
java.lang.String targetId,
IExtensionModule module)
进入会话,预加载 Emoticon 时回调
此方法会被多次回调,没加载一个 IExtensionModule 就会回调一次
当此方法被执行时,如果不想加载此 module,需要返回 null。
|
void |
onPreLoadPlugins(Conversation.ConversationType conversationType,
java.lang.String targetId,
java.util.List<IPluginModule> pluginModuleList)
进入会话,预加载 plugin 列表时回调
1.
|
void onPreLoadPlugins(Conversation.ConversationType conversationType, java.lang.String targetId, java.util.List<IPluginModule> pluginModuleList)
conversationType
- 所在会话类型targetId
- 会话 IDpluginModuleList
- plugin 列表,可对此列表进行修改IExtensionModule onPreLoadEmoticons(Conversation.ConversationType conversationType, java.lang.String targetId, IExtensionModule module)
conversationType
- 所在会话类型targetId
- 会话 ID