Interface IExtensionConfig

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.