Interface IExtensionConfig
-
- All Implemented Interfaces:
public interface IExtensionConfig
-
-
Method Summary
Modifier and Type Method Description abstract List<IPluginModule>getPluginModules(ChannelType channelType, String targetId)Returns the plugin list configured in the "+" area of the input bar. abstract Map<String, List<IEmoticonTab>>getEmoticonTabs(ChannelType channelType, String targetId)Returns the emoticon tab list configured in the emoticon area of the input bar. -
-
Method Detail
-
getPluginModules
abstract List<IPluginModule> getPluginModules(ChannelType channelType, String targetId)
Returns the plugin list configured in the "+" area of the input bar.
- Parameters:
channelType- Channel type.targetId- Channel ID.- Returns:
Plugin list.
-
getEmoticonTabs
abstract Map<String, List<IEmoticonTab>> getEmoticonTabs(ChannelType channelType, String targetId)
Returns the emoticon tab list configured in the emoticon area of the input bar.
- Parameters:
channelType- Channel type.targetId- Channel ID.- Returns:
Emoticon tab list.
-
-
-
-