Class QuickReplyExtensionModule

    • 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
      void onInit(Context context, String appKey)
      void onAttachedToExtension(Fragment fragment, RongExtension extension)
      void uploadReply(Context context, RongExtension extension, ConversationType type, RongExtensionViewModel rongExtensionViewModel)
      void onDetachedFromExtension()
      void onReceivedMessage(Message message)
      List<IPluginModule> getPluginModules(ConversationType conversationType)
      List<IEmoticonTab> getEmoticonTabs()
      void onDisconnect()
      • Methods inherited from class java.lang.Object

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

      • QuickReplyExtensionModule

        QuickReplyExtensionModule()