类 EaseConfigsManager


  • public class EaseConfigsManager
    extends java.lang.Object
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static boolean enableModifyMessageAfterSent()
      Get whether to enable modify text messages after they are sent.
      static boolean enableReplyMessage()
      Get whether to enable reply messages.
      static boolean enableSendChannelAck()
      Whether to use the sending channel_ack message function, this function is activated to reduce the sending of read_ack messages, and it is enabled by default
      static boolean enableSendCombineMessage()
      Get whether to enable send combine messages.
      static boolean isShowInputMenuSendButton()
      Get whether to show send button in input menu
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • EaseConfigsManager

        public EaseConfigsManager()
    • 方法详细资料

      • enableSendChannelAck

        public static boolean enableSendChannelAck()
        Whether to use the sending channel_ack message function, this function is activated to reduce the sending of read_ack messages, and it is enabled by default
        返回:
      • isShowInputMenuSendButton

        public static boolean isShowInputMenuSendButton()
        Get whether to show send button in input menu
        返回:
      • enableReplyMessage

        public static boolean enableReplyMessage()
        Get whether to enable reply messages.
        返回:
      • enableSendCombineMessage

        public static boolean enableSendCombineMessage()
        Get whether to enable send combine messages.
        返回:
      • enableModifyMessageAfterSent

        public static boolean enableModifyMessageAfterSent()
        Get whether to enable modify text messages after they are sent.
        返回: