Class DefaultExtensionConfig

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

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

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

      • DefaultExtensionConfig

        DefaultExtensionConfig()
    • 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.