Class DefaultExtensionConfig
-
- All Implemented Interfaces:
public class DefaultExtensionConfig
-
-
Constructor Summary
Constructors Constructor Description DefaultExtensionConfig()
-
Method Summary
Modifier and Type Method Description List<IPluginModule>getPluginModules(ChannelType channelType, String targetId)Default plugin list. Map<String, List<IEmoticonTab>>getEmoticonTabs(ChannelType channelType, String targetId)Default emoticon tab data. -
-
Method Detail
-
getPluginModules
List<IPluginModule> getPluginModules(ChannelType channelType, String targetId)
Default plugin list. Default plugins include: photo, location (when enabled), burn after reading (when enabled), voice call (when audio/video is integrated), video call (when audio/video is integrated), file.
- Parameters:
channelType- Channel type.targetId- Channel ID.- Returns:
Plugin module list.
-
getEmoticonTabs
Map<String, List<IEmoticonTab>> getEmoticonTabs(ChannelType channelType, String targetId)
Default emoticon tab data. Key-value format where the key is the class name of each ExtensionModule, and the value is the IEmoticonTab list returned by each ExtensionModule.
- Parameters:
channelType- Channel type.targetId- Channel ID.- Returns:
Default emoticon tab data.
-
-
-
-