Class CSConversationUIRenderer

    • 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 init(ConversationFragment fragment, RongExtension rongExtension, ConversationType conversationType, String targetId)
      boolean handlePageEvent(PageEvent pageEvent)
      void onSelectCustomerServiceGroup(List<CSGroupItem> groupList) 如果客服后台有分组,会弹出此对话框选择分组 可以通过自定义类继承自 ConversationFragment 并重写此方法来自定义弹窗
      boolean onBackPressed()
      void onDestroy()
      • Methods inherited from class java.lang.Object

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

      • CSConversationUIRenderer

        CSConversationUIRenderer()
    • Method Detail

      • init

         void init(ConversationFragment fragment, RongExtension rongExtension, ConversationType conversationType, String targetId)
      • onSelectCustomerServiceGroup

         void onSelectCustomerServiceGroup(List<CSGroupItem> groupList)

        如果客服后台有分组,会弹出此对话框选择分组 可以通过自定义类继承自 ConversationFragment 并重写此方法来自定义弹窗