Interface IPublicServiceMenuClickListener

    • 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 boolean onClick(ConversationType conversationType, String targetId, PublicServiceMenuItem menu) 菜单被点击。
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onClick

         abstract boolean onClick(ConversationType conversationType, String targetId, PublicServiceMenuItem menu)

        菜单被点击。

        Parameters:
        conversationType - 公众服务会话类型。
        targetId - 公众服务 id。
        menu - 被点击的菜单对象 PublicServiceMenuItem。
        Returns:

        true 时,设置监听者已经处理的点击事件,sdk 不再处理,否则,sdk 会处理