Interface IExtensionConfig
-
- All Implemented Interfaces:
public interface IExtensionConfig
-
-
Method Summary
Modifier and Type Method Description abstract List<IPluginModule>
getPluginModules(ConversationType conversationType, String targetId)
返回输入框 “+” 号区域配置的插件列表。 abstract Map<String, List<IEmoticonTab>>
getEmoticonTabs(ConversationType conversationType, String targetId)
返回输入框表情区域配置字的表情 tab 列表。 -
-
Method Detail
-
getPluginModules
abstract List<IPluginModule> getPluginModules(ConversationType conversationType, String targetId)
返回输入框 “+” 号区域配置的插件列表。
- Parameters:
conversationType
- 会话类型。targetId
- 会话 Id- Returns:
插件列表。
-
getEmoticonTabs
abstract Map<String, List<IEmoticonTab>> getEmoticonTabs(ConversationType conversationType, String targetId)
返回输入框表情区域配置字的表情 tab 列表。
- Parameters:
conversationType
- 会话类型。targetId
- 会话 Id- Returns:
表情 tab 列表。
-
-
-
-