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(ConversationType conversationType, String targetId) 返回输入框 “+” 号区域配置的插件列表。
      abstract Map<String, List<IEmoticonTab>> getEmoticonTabs(ConversationType conversationType, String targetId) 返回输入框表情区域配置字的表情 tab 列表。
      • 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(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 列表。